mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Change context menus background color
This commit is contained in:
@@ -50,9 +50,10 @@ kbd {
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu,
|
#context-menu,
|
||||||
.textcomplete-menu {
|
.textcomplete-menu {
|
||||||
border: 0;
|
border: 0;
|
||||||
|
background-color: #657b83;
|
||||||
}
|
}
|
||||||
|
|
||||||
.context-menu-item,
|
.context-menu-item,
|
||||||
@@ -60,6 +61,10 @@ kbd {
|
|||||||
transition: none;
|
transition: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-menu-divider {
|
||||||
|
background-color: #aaa;
|
||||||
|
}
|
||||||
|
|
||||||
#chat .sidebar,
|
#chat .sidebar,
|
||||||
#windows .window,
|
#windows .window,
|
||||||
body {
|
body {
|
||||||
@@ -67,6 +72,7 @@ body {
|
|||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.context-menu-item,
|
||||||
.textcomplete-item a {
|
.textcomplete-item a {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user