Change context menus background color
This commit is contained in:
parent
18fade576b
commit
22a408ef15
|
@ -50,9 +50,10 @@ kbd {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.context-menu,
|
||||
#context-menu,
|
||||
.textcomplete-menu {
|
||||
border: 0;
|
||||
background-color: #657b83;
|
||||
}
|
||||
|
||||
.context-menu-item,
|
||||
|
@ -60,6 +61,10 @@ kbd {
|
|||
transition: none;
|
||||
}
|
||||
|
||||
.context-menu-divider {
|
||||
background-color: #aaa;
|
||||
}
|
||||
|
||||
#chat .sidebar,
|
||||
#windows .window,
|
||||
body {
|
||||
|
@ -67,6 +72,7 @@ body {
|
|||
color: #fff;
|
||||
}
|
||||
|
||||
.context-menu-item,
|
||||
.textcomplete-item a {
|
||||
color: #fff;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue