diff options
author | raveit65 <[email protected]> | 2017-03-29 09:05:10 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-29 09:05:10 +0200 |
commit | 00ada0c2744d7e455e4c7a78152838db16744028 (patch) | |
tree | 4de34045b7617cf0475dc59d2efb973a92ef201e /desktop-themes | |
parent | c5218767f67dac2004405cd359a9226ddab9a09c (diff) | |
download | mate-themes-00ada0c2744d7e455e4c7a78152838db16744028.tar.bz2 mate-themes-00ada0c2744d7e455e4c7a78152838db16744028.tar.xz |
GreenSubmarine: fix a typo
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 4 |
1 files changed, 2 insertions, 2 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 f9c61ab8..b7c41f80 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -5913,8 +5913,8 @@ headerbar, box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
}
-+headerbar.titlebar,
-+.background.ssd > paned.horizontal.titlebar,
+headerbar.titlebar,
+.background.ssd > paned.horizontal.titlebar,
.background.csd > paned.horizontal.titlebar,
.background.solid-csd > paned.horizontal.titlebar {
border-width: 0px 0px 1px 0px;
|