diff options
author | raveit65 <[email protected]> | 2014-05-02 19:06:41 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-02 19:06:41 +0200 |
commit | b911f98712d47d5dfa32ef55308d190c5f8f6b73 (patch) | |
tree | a4574fa4a220f542cb529f92e5543270423ff8f6 | |
parent | 5ebc4bdc3d57546b91ffb792dd997764dd6a2808 (diff) | |
download | mate-themes-b911f98712d47d5dfa32ef55308d190c5f8f6b73.tar.bz2 mate-themes-b911f98712d47d5dfa32ef55308d190c5f8f6b73.tar.xz |
BlueMenta GTK3: fix a typo
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index 9c04f71d..1ee41eb2 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -3685,6 +3685,6 @@ GtkModelButton.button:selected { } .window-frame:backdrop { -+ box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow; + box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow; } |