GTK3 theme: Make dark theme menus more visible

This commit is contained in:
Daniel Ruiz de Alegría
2020-02-07 02:22:25 +01:00
parent 1506ec8e5e
commit dd5bf80cdd
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2226,7 +2226,7 @@ menubar,
menu, .menu, .context-menu {
margin: 4px;
padding: 4px 0px;
background-color: #262933;
background-color: #20222a;
border: 1px solid #0d0e11; }
.csd menu,
.csd .menu,
@@ -2271,7 +2271,7 @@ menu, .menu, .context-menu {
min-height: 16px;
min-width: 16px;
padding: 4px;
background-color: #262933;
background-color: #20222a;
border-radius: 0; }
menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top {
margin-top: -4px;
+2 -2
View File
@@ -2226,7 +2226,7 @@ menubar,
menu, .menu, .context-menu {
margin: 4px;
padding: 4px 0px;
background-color: #262933;
background-color: #20222a;
border: 1px solid #0d0e11; }
.csd menu,
.csd .menu,
@@ -2271,7 +2271,7 @@ menu, .menu, .context-menu {
min-height: 16px;
min-width: 16px;
padding: 4px;
background-color: #262933;
background-color: #20222a;
border-radius: 0; }
menu > arrow.top, .menu > arrow.top, .context-menu > arrow.top {
margin-top: -4px;