Increase menu active background contrast
This commit is contained in:
parent
13fd46b06c
commit
2efe5f1b90
|
@ -40,6 +40,15 @@ i.hostmask {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-menu,
|
||||||
|
.textcomplete-menu {
|
||||||
|
border: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.context-menu-item:hover,
|
||||||
|
.textcomplete-item:hover,
|
||||||
|
.textcomplete-menu .active,
|
||||||
|
.textcomplete-menu .active a,
|
||||||
#chat .sidebar,
|
#chat .sidebar,
|
||||||
body {
|
body {
|
||||||
background-color: #051114;
|
background-color: #051114;
|
||||||
|
|
Loading…
Reference in New Issue