diff options
author | infirit <[email protected]> | 2013-11-24 15:38:20 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2013-11-24 15:38:20 +0100 |
commit | cdf5fe03d296141ea6f5912e747e26cf570483ff (patch) | |
tree | eed6c88902cc1c403ddb28cddfd1cbe39dff7756 | |
parent | 27da0947403c9fd7b869eb0755fc325b2b2aedce (diff) | |
download | mate-themes-cdf5fe03d296141ea6f5912e747e26cf570483ff.tar.bz2 mate-themes-cdf5fe03d296141ea6f5912e747e26cf570483ff.tar.xz |
GTK3 Use transparent background for menu items
-rw-r--r-- | desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css | 1 | ||||
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index db1d142a..95b54e25 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -1106,6 +1106,7 @@ GtkTreeMenu .menuitem * { .menubar .menuitem { border-style: none; padding: 3px 5px; + background-color: transparent; } .menubar .menuitem:hover { diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index db1d142a..95b54e25 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -1106,6 +1106,7 @@ GtkTreeMenu .menuitem * { .menubar .menuitem { border-style: none; padding: 3px 5px; + background-color: transparent; } .menubar .menuitem:hover { diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 29ad24ab..2b1f3d14 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1106,6 +1106,7 @@ GtkTreeMenu .menuitem * { .menubar .menuitem { border-style: none; padding: 3px 5px; + background-color: transparent; } .menubar .menuitem:hover { |