Skip to content

Commit

Permalink
Gtk+-3.20 submarine themes: fix rubberband for mate-screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 15, 2017
1 parent 8a28487 commit 46f2dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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) {
.background:not(widget):not(.rubberband) {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
Expand Down
2 changes: 1 addition & 1 deletion 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) {
.background:not(widget):not(.rubberband) {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
Expand Down

0 comments on commit 46f2dcf

Please sign in to comment.