Skip to content

Commit

Permalink
Correct syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Elbullazul committed Mar 15, 2019
1 parent c10a7db commit b15dc29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gtk-3.20/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -918,9 +918,9 @@ modelbutton.flat, menuitem.button.flat, .menuitem.button.flat {
background-color: @theme_selected_bg_color; }
modelbutton.flat > image, menuitem.button.flat > image, .menuitem.button.flat > image {
padding-right: 4px; }
modelbutton.flat.flat arrow.left, menuitem.button.flat.flat arrow.left, .menuitem.button.flat.flat arrow.left {
modelbutton.flat arrow.left, menuitem.button.flat arrow.left, .menuitem.button.flat arrow.left {
-gtk-icon-source: -gtk-icontheme("pan-start-symbolic"); }
modelbutton.flat.flat arrow.right, menuitem.button.flat.flat arrow.right, .menuitem.button.flat.flat arrow.right {
modelbutton.flat arrow.right, menuitem.button.flat arrow.right, .menuitem.button.flat arrow.right {
-gtk-icon-source: -gtk-icontheme("pan-end-symbolic"); }

notebook {
Expand Down

0 comments on commit b15dc29

Please # to comment.