From 2efe5f1b90e39cdd1bb0a4f008a049888630210e Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sat, 15 Jul 2017 01:13:28 +0300 Subject: [PATCH] Increase menu active background contrast --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index 1020836..1d00500 100644 --- a/theme.css +++ b/theme.css @@ -40,6 +40,15 @@ i.hostmask { display: none; } +.context-menu, +.textcomplete-menu { + border: 0; +} + +.context-menu-item:hover, +.textcomplete-item:hover, +.textcomplete-menu .active, +.textcomplete-menu .active a, #chat .sidebar, body { background-color: #051114;