Skip to content

Commit

Permalink
Improve menuitem separator
Browse files Browse the repository at this point in the history
  • Loading branch information
ochosi committed Apr 12, 2012
1 parent 198ca4c commit 3796b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -1643,7 +1643,7 @@ GtkComboBox .separator {

.menuitem.separator {
-GtkMenuItem-horizontal-padding: 0;
padding: 2px 0 2px 0;
padding: 2px 12px 2px 12px;
border-color: shade (@dark_bg_color, 0.86);

-unico-inner-stroke-color: alpha (shade (@dark_bg_color, 1.26), 0.5);
Expand Down

0 comments on commit 3796b2a

Please sign in to comment.