diff options
author | raveit65 <[email protected]> | 2017-06-12 09:28:01 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-06-13 07:31:17 +0200 |
commit | 33d236def2191e595555f6ac81abe940e533582f (patch) | |
tree | 2b4c85dfd65286cc4f0289a8adb06c2b51738c37 /desktop-themes/BlueMenta/gtk-3.0 | |
parent | c86a59902e5eb6ad2151ebb37f1a77e02572cbd7 (diff) | |
download | mate-themes-33d236def2191e595555f6ac81abe940e533582f.tar.bz2 mate-themes-33d236def2191e595555f6ac81abe940e533582f.tar.xz |
Gtk+-3.20 Menta themes: change colors for panel applet buttons
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-3.0')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/mate-applications.css | 38 |
1 files changed, 14 insertions, 24 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css index 8e9db2b7..637fc166 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css @@ -375,16 +375,22 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ } /* all applets */ +/* needed for mate-menu/mintmenu/wnck-tasklist to override a wildcard at line 37 gtk-widgets.css */ +#PanelApplet:selected, +#PanelApplet #tasklist-button * { + color: shade (@theme_fg_color, 1.00); +} + .mate-panel-menu-bar #PanelApplet button, .mate-panel-menu-bar #PanelApplet button.flat, .mate-panel-menu-bar #PanelApplet button.toggle, .mate-panel-menu-bar #PanelApplet button.flat.toggle { + color: shade (@theme_fg_color, 1.00); transition: all 400ms ease-out; background-image: none; background-color: transparent; -/* color: @theme_selected_fg_color;*/ border-image: none; - border-style: solid; + border-style: none; border-width: 0px; border-radius: 0px; text-shadow: none; @@ -405,17 +411,9 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ .mate-panel-menu-bar #PanelApplet button.flat.toggle:checked:hover, .mate-panel-menu-bar #PanelApplet button.flat.toggle:hover:active { background-image: linear-gradient(to bottom, - shade (@theme_selected_bg_color, 0.86), - shade (@theme_selected_bg_color, 0.26)); - background-color: transparent; - color: shade (@theme_selected_fg_color, 1.00); - border-image: none; - border-style: solid; - border-width: 0px; - border-radius: 3px; - text-shadow: none; - -GtkWidget-window-dragging: true; - padding: 4px 4px 4px 4px; + shade (@theme_bg_color, 1.0), + shade (@theme_bg_color, 0.82)); + color: shade (@theme_fg_color, 1.00); } .mate-panel-menu-bar #PanelApplet button:hover, @@ -423,17 +421,9 @@ window.background, /* selector where outlines are writen on GtkTrayIcon */ .mate-panel-menu-bar #PanelApplet button.toggle:hover, .mate-panel-menu-bar #PanelApplet button.flat.toggle:hover { background-image: linear-gradient(to bottom, - @theme_bg_color, - shade (@theme_selected_bg_color, 0.86)); - background-color: transparent; - color: shade (@theme_text_color, 1.0); - border-image: none; - border-style: solid; - border-width: 0px; - border-radius: 3px; - text-shadow: none; - -GtkWidget-window-dragging: true; - padding: 4px 4px 4px 4px; + shade (@theme_bg_color, 1.14), + shade (@theme_bg_color, 0.96)); + color: shade (@theme_fg_color, 1.00); } /* WnckPager */ |