Skip to content

Commit

Permalink
Fix #106
Browse files Browse the repository at this point in the history
  • Loading branch information
Mattias committed Mar 11, 2017
1 parent b24ab04 commit acf64b9
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Zukitre/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1709,6 +1709,11 @@ menu,

&:backdrop { background-color: $backdrop_menu_color; }

// Firefox workaround
.separator:not(label),
.csd & .separator:not(label) { color: darken($menu_color, 5%); }
// Firefox workaround end

menuitem {
min-height: 16px;
min-width: 40px;
Expand Down
6 changes: 6 additions & 0 deletions Zukitre/gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1837,6 +1837,12 @@ menu,
.menu:backdrop,
.context-menu:backdrop {
background-color: #4b626d; }
menu .separator:not(label), .csd menu .separator:not(label),
.menu .separator:not(label), .csd
.menu .separator:not(label),
.context-menu .separator:not(label), .csd
.context-menu .separator:not(label) {
color: #41545e; }
menu menuitem,
.menu menuitem,
.context-menu menuitem {
Expand Down
6 changes: 6 additions & 0 deletions Zukitre/gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -1851,6 +1851,12 @@ menu,
.menu:backdrop,
.context-menu:backdrop {
background-color: #F7F7F7; }
menu .separator:not(label), .csd menu .separator:not(label),
.menu .separator:not(label), .csd
.menu .separator:not(label),
.context-menu .separator:not(label), .csd
.context-menu .separator:not(label) {
color: #eaeaea; }
menu menuitem,
.menu menuitem,
.context-menu menuitem {
Expand Down
5 changes: 5 additions & 0 deletions Zukitwo/gtk-3.0/_common.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1724,6 +1724,11 @@ menu,

&:backdrop { background-color: $backdrop_menu_color; }

// Firefox workaround
.separator:not(label),
.csd & .separator:not(label) { color: darken($menu_color, 5%); }
// Firefox workaround end

menuitem {
min-height: 16px;
min-width: 40px;
Expand Down
6 changes: 6 additions & 0 deletions Zukitwo/gtk-3.0/gtk-contained-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -1840,6 +1840,12 @@ menu,
.menu:backdrop,
.context-menu:backdrop {
background-color: #3e4953; }
menu .separator:not(label), .csd menu .separator:not(label),
.menu .separator:not(label), .csd
.menu .separator:not(label),
.context-menu .separator:not(label), .csd
.context-menu .separator:not(label) {
color: #333c44; }
menu menuitem,
.menu menuitem,
.context-menu menuitem {
Expand Down
6 changes: 6 additions & 0 deletions Zukitwo/gtk-3.0/gtk-contained.css
Original file line number Diff line number Diff line change
Expand Up @@ -1854,6 +1854,12 @@ menu,
.menu:backdrop,
.context-menu:backdrop {
background-color: #F7F7F7; }
menu .separator:not(label), .csd menu .separator:not(label),
.menu .separator:not(label), .csd
.menu .separator:not(label),
.context-menu .separator:not(label), .csd
.context-menu .separator:not(label) {
color: #eaeaea; }
menu menuitem,
.menu menuitem,
.context-menu menuitem {
Expand Down

0 comments on commit acf64b9

Please sign in to comment.