summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-22 09:06:42 +0100
committerraveit65 <[email protected]>2017-03-22 09:30:21 +0100
commitc8a95399d979e9257461594cb68822b836116df3 (patch)
treeeecf1008db33713088acc0c3bb541528f9c24cb0 /desktop-themes/Green-Submarine
parent08e918e76120c9e45d56b28453615223e2adeac4 (diff)
downloadmate-themes-c8a95399d979e9257461594cb68822b836116df3.tar.bz2
mate-themes-c8a95399d979e9257461594cb68822b836116df3.tar.xz
Gtk+-3.20 submarine themes: several improvements
- Blue-submarine: remove wrong base color from viewport.frame - remove some unwanted borders from headerbar buttons - no text-shadow for headerbar buttons
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css7
1 files changed, 5 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 e0732463..fa75b81d 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -3013,7 +3013,7 @@ toolbar.inline-toolbar {
color-stop (0.50, shade(@button_base, 0.96)),
color-stop (0.50, shade(@button_base, 0.95)),
to (shade(@button_base, 0.94)));
- border-width: 0 1px 1px 0px;
+ border-width: 0px 1px 1px 1px;
border-style: solid;
border-radius: 0px;
border-top-color: shade(@button_border, 1.00);
@@ -5878,7 +5878,6 @@ headerbar,
box-shadow: inset 0 -1px shade(@wm_bg_b, 0.95);
background-color: @theme_bg_dark_color;
padding: 6px 6px 5px 6px;
- text-shadow: 0 1px @wm_title_shadow;
background-image: linear-gradient(to bottom,
@wm_bg_a,
@wm_bg_b);
@@ -6025,6 +6024,10 @@ headerbar > button:disabled {
-gtk-icon-shadow: none;
}
+headerbar.titlebar .linked button.image-button:disabled {
+ box-shadow: none;
+}
+
headerbar > button.text-button:hover,
headerbar > button.text-button:focus,
headerbar > button.text-button,