summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-04 23:04:43 +0100
committerraveit65 <[email protected]>2019-10-07 17:03:20 +0200
commita6276e0d33f59dab62ccd825a4bcc9a48b89b010 (patch)
tree7fad783a70a267b5bda29ba7a18d7c6dc392a322
parente8d10ceee35852329b1238b23b169e1ab801e66d (diff)
downloadmate-themes-a6276e0d33f59dab62ccd825a4bcc9a48b89b010.tar.bz2
mate-themes-a6276e0d33f59dab62ccd825a4bcc9a48b89b010.tar.xz
Menta themes: override backdrop state for clock and menubar applets
Simulation of normal/focused window state.
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css50
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css50
2 files changed, 100 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index e1d31ef9..a8a55f6e 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -651,6 +651,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 *
****************/
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 *
****************/