diff options
author | raveit65 <[email protected]> | 2018-03-04 23:04:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-10-09 17:05:54 +0200 |
commit | f81b44a429419955d5947846779bec444f1221ec (patch) | |
tree | 933011d55603f58dc9bdc442f6e27d53fcd9e896 /desktop-themes/Menta/gtk-3.0 | |
parent | 93366ee49bfa5f606d96107fe5c6451c2cb8d3d8 (diff) | |
download | mate-themes-f81b44a429419955d5947846779bec444f1221ec.tar.bz2 mate-themes-f81b44a429419955d5947846779bec444f1221ec.tar.xz |
Menta themes: override backdrop state for clock and menubar applets
Simulation of normal/focused window state.
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r-- | desktop-themes/Menta/gtk-3.0/mate-applications.css | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css index 9a484197..73431e3c 100644 --- a/desktop-themes/Menta/gtk-3.0/mate-applications.css +++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css @@ -652,6 +652,56 @@ na-tray-applet widget box widget { border-style: none; } +/* fixes for backdrop state */ + +#clock-applet-button.flat.toggle:backdrop label { + color: @theme_fg_color; +} + +#PanelApplet:backdrop > #clock-applet-button.flat.toggle:backdrop:checked:hover { + background-image: linear-gradient(to bottom, + shade (@theme_bg_color, 1.14), + shade (@theme_bg_color, 0.96)); +} + +#MatePanelPopupWindow:backdrop frame box label, +#MatePanelPopupWindow:backdrop frame box calendar { + color: @theme_fg_color; +} + +#MatePanelPopupWindow:backdrop frame box calendar:indeterminate { + color: alpha(@theme_fg_color, 0.4); +} + +#MatePanelPopupWindow:backdrop frame box calendar.highlight, +#MatePanelPopupWindow:backdrop frame box calendar:selected { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +#MatePanelPopupWindow:backdrop frame box button { + background-image: linear-gradient(to bottom, + @button_gradient_color_a, + @button_gradient_color_b); +} + +#MatePanelPopupWindow:backdrop frame box button:hover, +#MatePanelPopupWindow:backdrop frame box calendar.button:hover { + background-image: linear-gradient(to bottom, + @button_hover_gradient_color_a, + @button_hover_gradient_color_b); +} + +#MatePanelPopupWindow:backdrop frame box button:hover:active { + background-image: linear-gradient(to bottom, + shade (@button_active_gradient_color_a, 1.05), + shade (@button_active_gradient_color_b, 1.05)); +} + +.mate-panel-menu-bar:backdrop menubar > menuitem > label { + color: @theme_fg_color; +} + /**************** * Pluma * ****************/ |