diff options
author | Wolfgang Ulbrich <[email protected]> | 2015-11-30 12:56:03 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2015-11-30 12:57:27 +0100 |
commit | e40326b70739315592516553cbe3773ef44bc52b (patch) | |
tree | aad469e97b1a4d6acf9bb7b06f4a46b0767cfe8d | |
parent | 926d36f68969df31548915cce28c15e7358fd280 (diff) | |
download | mate-themes-e40326b70739315592516553cbe3773ef44bc52b.tar.bz2 mate-themes-e40326b70739315592516553cbe3773ef44bc52b.tar.xz |
GTK3 submarine themes: fix a typo
-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 87ce37cc..7c23bc9b 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -689,7 +689,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 79cf828c..194a32db 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css @@ -690,7 +690,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), |