Increase menu active background contrast

This commit is contained in:
Pavel Djundik 2017-07-15 01:13:28 +03:00 committed by GitHub
parent 13fd46b06c
commit 2efe5f1b90
1 changed files with 9 additions and 0 deletions

View File

@ -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;