summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-04-04 11:07:53 +0200
committerraveit65 <[email protected]>2016-04-04 11:07:53 +0200
commit38f648985a800d8bd6c895c87e1768c19fba1b3c (patch)
tree42d53adf0e6ae72d650cf4cdab60a78718a6465b /desktop-themes/Green-Submarine
parentfa23ed914467522f9676b2fa11cc47974b370c02 (diff)
downloadmate-themes-38f648985a800d8bd6c895c87e1768c19fba1b3c.tar.bz2
mate-themes-38f648985a800d8bd6c895c87e1768c19fba1b3c.tar.xz
GTK+-3.20 submarine themes: fix button color in meld toolbar + toolbar cleanup
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css75
1 files changed, 33 insertions, 42 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 eba5390b..47d78302 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -2550,32 +2550,24 @@ toolbar.primary-toolbar button:disabled {
border-color: transparent;
}
-toolbar button *:disabled {
+toolbar button:disabled {
color: mix(@toolbar_gradient_base, @toolbar_fg_color, 0.60);
text-shadow: none;
}
-toolbar.primary-toolbar button *:disabled {
+toolbar.primary-toolbar button:disabled {
color: mix(@theme_bg_dark_color, @theme_fg_dark_color, 0.60);
text-shadow: none;
}
-toolbar button:hover {
- background-image: -gtk-gradient (linear,
- left top, left bottom,
- from (shade(@menu_bg_dark_color, 2.03)),
- to (shade(@menu_bg_dark_color, 1.17)));
- box-shadow: inset 0px 1px shade(@selected_bg_color, 1.05),
- inset 1px 0px shade(@selected_bg_color, 0.97),
- inset -1px 0px shade(@selected_bg_color, 0.93),
- inset 0px -1px shade(@selected_bg_color, 0.93);
-}
-
+toolbar button:hover,
toolbar button:hover:active,
+toolbar button:focus:hover:active,
toolbar button:checked,
toolbar button:checked:focus,
toolbar button:checked:hover,
toolbar button:checked:hover:active {
+
background-image: -gtk-gradient (linear,
left top, left bottom,
from (shade(@menu_bg_dark_color, 2.03)),
@@ -2608,27 +2600,25 @@ toolbar.primary-toolbar button:checked:hover:active {
inset 0px -1px shade(@selected_bg_color, 0.93);
}
-toolbar button *:hover,
-toolbar button *:active,
-toolbar button *:checked {
-/* edge */
- color: shade(@toolbar_fg_color, 0.90);
+toolbar button:hover,
+toolbar button:checked,
+toolbar button:hover label,
+toolbar button:checked label {
+ color: shade (@theme_selected_bg_color, 1.6);
text-shadow: 0px 1px @toolbar_shadow_color;
+ transition: all 400ms ease-out;
}
+
/* arrangement epiphany (toolbar.menubar) */
-toolbar.primary-toolbar button *:hover,
-toolbar.primary-toolbar button *:active,
-toolbar.primary-toolbar button *:hover:active,
-toolbar.primary-toolbar button *:active:active,
-toolbar.primary-toolbar button *:checked,
-toolbar.primary-toolbar button *:checked:hover,
-toolbar.primary-toolbar button *:checked:checked {
- color: @theme_text_dark_color;
+toolbar.primary-toolbar button:hover,
+toolbar.primary-toolbar button:hover:active,
+toolbar.primary-toolbar button:checked,
+toolbar.primary-toolbar button:checked:hover {
+ color: shade (@theme_selected_bg_color, 1.6);
text-shadow: 0px 1px @theme_shadow_dark_color;
}
-toolbar button:active:disabled,
toolbar button:checked:disabled,
toolbar.primary-toolbar button:checked:disabled {
background-image: none;
@@ -2643,13 +2633,14 @@ toolbar label {
text-shadow: 0px 1px @theme_shadow_color;
}
+toolbar toolitem label,
toolbar menubar label,
toolbar.primary-toolbar label {
color: @theme_fg_dark_color;
text-shadow: 0px 1px @theme_shadow_dark_color;
}
-toolbar GtkSeparatorToolItem,
+toolbar toolitem separator,
toolbar separator,
toolbar separator:disabled {
border-color: alpha (#000, 0.24);
@@ -2769,23 +2760,23 @@ toolbar button.raised {
-gtk-icon-shadow: 1px 1px @theme_shadow_dark_color;
}
-toolbar menubar button *:hover,
-toolbar .raised button *:hover,
-toolbar button.raised *:hover,
-toolbar .raised button *:hover:active,
-toolbar button.raised *:hover:active,
-toolbar menubar button *:checked,
-toolbar .raised button *:checked,
-toolbar button.raised *:checked,
-toolbar .raised button *:checked:hover,
-toolbar button.raised *:checked:hover {
+toolbar menubar button:hover,
+toolbar .raised button:hover,
+toolbar button.raised:hover,
+toolbar .raised button:hover:active,
+toolbar button.raised:hover:active,
+toolbar menubar button:checked,
+toolbar .raised button:checked,
+toolbar button.raised:checked,
+toolbar .raised button:checked:hover,
+toolbar button.raised:checked:hover {
color: @theme_text_dark_color;
text-shadow: 0px 1px @theme_shadow_dark_color;
}
-toolbar menubar button *:disabled,
-toolbar .raised button *:disabled,
-toolbar button.raised *:disabled {
+toolbar menubar button:disabled,
+toolbar .raised button:disabled,
+toolbar button.raised:disabled {
-gtk-icon-shadow: none;
text-shadow: none;
color: mix(@theme_bg_dark_color, @theme_fg_dark_color, 0.50);
@@ -3817,7 +3808,7 @@ headerbar .subtitle {
color: @theme_text_dark_color;
}
-headerbar GtkSeparatorToolItem,
+headerbar toolitem separator,
headerbar separator,
headerbar separator:disabled,
headerbar paned > separator {