mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
Tweaked menuitem theming
This commit is contained in:
@@ -747,7 +747,7 @@ GtkComboBox .menu {
|
|||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
background-color: @menubar_bg_color;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @menubar_fg_color;
|
color: @menubar_fg_color;
|
||||||
}
|
}
|
||||||
@@ -782,7 +782,7 @@ GtkTreeMenu .menuitem * {
|
|||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-color: transparent;
|
border-color: transparent;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
background-color: @menu_bg_color;
|
background-color: transparent;
|
||||||
background-image: none;
|
background-image: none;
|
||||||
color: @menu_fg_color;
|
color: @menu_fg_color;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user