diff options
author | raveit65 <[email protected]> | 2017-03-22 09:06:42 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-22 09:06:42 +0100 |
commit | 1a11b690224acd69b61583b62e236a88b68cd637 (patch) | |
tree | 80876a220ad861a75f772be03b2810880da2381a /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | cfdff5c8f89332b64b824a3da8310f824c42bffa (diff) | |
download | mate-themes-1a11b690224acd69b61583b62e236a88b68cd637.tar.bz2 mate-themes-1a11b690224acd69b61583b62e236a88b68cd637.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/gtk-3.0')
-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 cc4aece1..013e666e 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -3011,7 +3011,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);
@@ -4126,11 +4126,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;
}
@@ -5885,7 +5880,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);
@@ -6032,6 +6026,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,
|