Skip to content

Commit

Permalink
Gtk+-3.20 Submarine themes: fix previous commit for rubberband
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 22, 2017
1 parent e27955c commit eff92ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ window {
color: @theme_fg_color;
}

.background:not(widget):not(.rubberband) {
.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
Expand All @@ -46,13 +46,6 @@ window {
-gtk-icon-shadow: none;
}

/* Ugly hack to fix unexpected background colours (e.g. combo box arrow)
* we should just set it above, but that loses our background on fullscreen)
*/
/* * {
background-color: transparent;
}*/

*:active {
/* background-color: alpha(shade(@theme_selected_bg_color, 1.90), 0.015);*/
}
Expand Down
9 changes: 1 addition & 8 deletions desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ window {
color: @theme_fg_color;
}

.background:not(widget):not(.rubberband) {
.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
Expand All @@ -46,13 +46,6 @@ window {
-gtk-icon-shadow: none;
}

/* Ugly hack to fix unexpected background colours (e.g. combo box arrow)
* we should just set it above, but that loses our background on fullscreen)
*/
/* * {
background-color: transparent;
}*/

*:active {
/* background-color: alpha(shade(@theme_selected_bg_color, 1.90), 0.015);*/

Expand Down

0 comments on commit eff92ab

Please sign in to comment.