diff options
author | raveit65 <[email protected]> | 2017-03-22 09:06:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-22 09:46:30 +0100 |
commit | 5e81a3ce98a049e86fa2ef28a273a785d697f175 (patch) | |
tree | dba8fa8df45568919a6f3236df518cc4665cacce /desktop-themes/Blue-Submarine | |
parent | 4e755acf16afff442a689fae236d66b312005c79 (diff) | |
download | mate-themes-5e81a3ce98a049e86fa2ef28a273a785d697f175.tar.bz2 mate-themes-5e81a3ce98a049e86fa2ef28a273a785d697f175.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/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 941358a7..e087cc90 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3021,7 +3021,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);
@@ -4118,11 +4118,6 @@ viewport.frame { padding: 0px;
}
-/* ie. export-assistant caja-actions */
-viewport.frame {
- background-color: shade(@theme_base_color, 1.00);
-}
-
GdMainIconView.content-view {
-GdMainIconView-icon-size: 40;
}
@@ -5883,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);
@@ -6030,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,
|