Skip to content

Commit

Permalink
Tweaked menuitem theming
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Jul 12, 2013
1 parent 68cce60 commit 7cb6b69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk-3.0/gtk-widgets.css
Expand Up @@ -815,7 +815,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;
}
Expand Down Expand Up @@ -849,7 +849,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;

Expand Down

0 comments on commit 7cb6b69

Please sign in to comment.