Tweaked menuitem theming

This commit is contained in:
Satyajit Sahoo
2013-07-13 02:31:12 +05:30
parent 9acb65e6aa
commit 93199fbf9b
+2 -2
View File
@@ -747,7 +747,7 @@ GtkComboBox .menu {
border-width: 1px;
border-style: solid;
border-color: transparent;
background-color: @menubar_bg_color;
background-color: transparent;
background-image: none;
color: @menubar_fg_color;
}
@@ -782,7 +782,7 @@ GtkTreeMenu .menuitem * {
border-style: solid;
border-color: transparent;
border-radius: 0;
background-color: @menu_bg_color;
background-color: transparent;
background-image: none;
color: @menu_fg_color;