diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-30 12:56:03 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-30 12:56:03 +0100 |
commit | e5bf7d1a07b8669fde4ca0ee646289a05da97087 (patch) | |
tree | e963e68512a292ffe42f605dfaba970aeb53b6ea /desktop-themes | |
parent | 30e0cf553b1dd12d6f61d2d40a7562e46ce41992 (diff) | |
download | mate-themes-e5bf7d1a07b8669fde4ca0ee646289a05da97087.tar.bz2 mate-themes-e5bf7d1a07b8669fde4ca0ee646289a05da97087.tar.xz |
GTK3 submarine themes: fix a typo
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 2 | ||||
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index d808be3b..78674dbb 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -614,7 +614,7 @@ PanelToplevel.background.horizontal { /* panel grip *//* PanelToplevel.background.mate-custom-panel-background { background-color: transparent; - border-radius: 3px; + border-radius: 3px;*/ /* enable for making borders visible */ /* box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css index d309941f..8d211318 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -614,7 +614,7 @@ PanelToplevel.background.horizontal { /* panel grip *//* PanelToplevel.background.mate-custom-panel-background { background-color: transparent; - border-radius: 3px; + border-radius: 3px;*/ /* enable for making borders visible */ /* box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 1.3), inset 1px 0px shade (@theme_selected_bg_color, 1.3), |