diff options
author | raveit65 <[email protected]> | 2017-04-04 16:04:54 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-04 16:05:49 +0200 |
commit | f1d46132473da0ab4cfe03ff2af8f900a18a513a (patch) | |
tree | 8fd83220808c8e7960431799208c15c285e4f8c5 /desktop-themes/Green-Submarine | |
parent | deac1471c4849356e1a7bec38daf5cb59335566a (diff) | |
download | mate-themes-f1d46132473da0ab4cfe03ff2af8f900a18a513a.tar.bz2 mate-themes-f1d46132473da0ab4cfe03ff2af8f900a18a513a.tar.xz |
Gtk+-3.20 all themes: improvements for mate-menu
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index b7c41f80..80d5e58d 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -36,9 +36,15 @@ window { color: @theme_fg_color;
}
-.background {
- color: @theme_fg_color;
- background-color: @theme_bg_color;
+/* exclude widget for mate-menu */
+.background:not(widget) {
+ color: @theme_fg_color;
+ background-color: @theme_bg_color;
+}
+
+/* override previous setting for rubberband of mate-screenshot */
+.background.rubberband {
+ background-color: transparent;
}
.background:backdrop {
|