summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2018-03-04 15:37:55 +0100
committerraveit65 <[email protected]>2019-10-07 16:42:16 +0200
commit2fb60b44fd528d8e464e6a5b81b257964ed46b95 (patch)
tree09ac846e8fa5a2f611d45312b0e70ae32e6ada42
parent8a276fce57103c84e35f64bec8dfa108e06922bb (diff)
downloadmate-themes-2fb60b44fd528d8e464e6a5b81b257964ed46b95.tar.bz2
mate-themes-2fb60b44fd528d8e464e6a5b81b257964ed46b95.tar.xz
Menta themes: add backdrop state settings to other-applications.css
And drop obsolete settings.
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/other-applications.css134
-rw-r--r--desktop-themes/Menta/gtk-3.0/other-applications.css134
2 files changed, 36 insertions, 232 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
index fec55788..6d87d1fc 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/other-applications.css
@@ -426,135 +426,37 @@ OsScrollbar:disabled {
-gtk-icon-style: regular;
}
-/*************
- * Yumex-DNF *
- *************/
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > searchbar {
- border-width: 0px;
-}
-
-/* list sidebar row */
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar {
- background-color: @sidebar_bg;
- border-color: @borders;
- border-style: solid;
- border-width: 1px 0px 0px 0px;
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar row.activatable {
- background-color: @sidebar_bg;
- border-radius: 3px;
-}
-
-/* info sidebar */
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar {
- background-color: @theme_bg_color;
- border-color: @borders;
- border-style: solid;
- border-width: 1px 0px 0px 0px;
- padding: 3px;
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable {
- background-image: none;
- background-color: @theme_bg_color;
- border-radius: 4px;
- border-width: 2px;
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:selected {
- background-image: linear-gradient(to bottom,
- @button_gradient_color_a,
- @button_gradient_color_b);
- background-color: transparent;
- border-image: url("borders/button-active.png") 3 4 4 4 / 3px 3px 4px 3px stretch;
- border-radius: 4px;
- border-width: 2px;
+#meldapp > box.vertical > notebook.frame box.vertical > label {
+ transition: all 400ms ease-out;
}
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:hover {
- border-image: url("borders/button.png") 3 4 4 4 / 3px 3px 4px 3px stretch;
- border-radius: 4px;
- border-width: 2px;
- border-style: solid;
- border-color: transparent;
- background-color: @theme_bg_color;
- background-image: linear-gradient(to bottom,
- @button_hover_gradient_color_a,
- @button_hover_gradient_color_b);
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:hover:active {
- border-image: url("borders/button.png") 3 4 4 4 / 3px 3px 4px 3px stretch;
- border-radius: 4px;
- border-width: 2px;
- border-style: solid;
- border-color: transparent;
- background-image: linear-gradient(to bottom,
- shade (@button_active_gradient_color_a, 1.05),
- shade (@button_active_gradient_color_b, 1.05));
- background-color: @theme_bg_color;
+#meldapp > box.vertical > notebook.frame widget > box.vertical > widget > box.vertical > notebook:backdrop {
+ background-color: transparent;
}
/****************
- * pavu-control *
+ * virt-manager *
****************/
-window.background > box.vertical > notebook button.flat.toggle,
-window.background.csd > box.vertical > notebook button.flat.toggle,
-window.background.ssd > box.vertical > notebook button.flat.toggle,
-window.background.solid-csd > box.vertical > notebook button.flat.toggle {
- border-radius: 4px;
- border-width: 2px;
- border-style: solid;
- border-color: transparent;
- background-color: transparent;
-}
-
-window.background > box.vertical > notebook button.flat.toggle:checked,
-window.background.csd > box.vertical > notebook button.flat.toggle:checked,
-window.background.ssd > box.vertical > notebook button.flat.toggle:checked,
-window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked {
- border-image: url("borders/button-active-focus.png") 3 4 5 4 / 3px 4px 5px 4px stretch;
- background-image: linear-gradient(to bottom,
- @button_active_gradient_color_a,
- @button_active_gradient_color_b);
+window.background > box.vertical > notebook overlay > scrolledwindow,
+window.background > box.vertical > notebook overlay > scrolledwindow viewport {
+ border-style: none;
+ border-width: 0px;
}
-window.background > box.vertical > notebook button.flat.toggle:checked:focus,
-window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus,
-window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus,
-window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus {
- border-image: url("borders/button-focus.png") 3 4 4 4 / 3px 4px 4px 4px stretch;
- background-image: linear-gradient(to bottom,
- @button_active_gradient_color_a,
- @button_active_gradient_color_b);
-}
+/**************
+ * blivet-gui *
+ **************/
-window.background > box.vertical > notebook scrolledwindow,
-window.background.csd > box.vertical > notebook scrolledwindow viewport,
-window.background.ssd > box.vertical > notebook scrolledwindow viewport,
-window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
- border-style: solid;
- border-color: @borders;
- border-width: 1px;
+#bg-visualization > button.radio:checked:backdrop {
+ background-color: shade(@backdrop_selected_color, 0.90);
}
-window.background > box.vertical > notebook scrolledwindow viewport,
-window.background.csd > box.vertical > notebook scrolledwindow viewport,
-window.background.ssd > box.vertical > notebook scrolledwindow viewport,
-window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
- background-color: shade (@theme_bg_color, 1.12);
+#bg-visualization > button.radio:checked:backdrop > box > label {
+ color: @theme_unfocused_fg_color;
}
-/****************
- * virt-manager *
- ****************/
-
-window.background > box.vertical > notebook overlay > scrolledwindow,
-window.background > box.vertical > notebook overlay > scrolledwindow viewport {
- border-style: none;
- border-width: 0px;
+#bg-visualization > button.radio > box > label {
+ transition: all 400ms ease-out;
}
diff --git a/desktop-themes/Menta/gtk-3.0/other-applications.css b/desktop-themes/Menta/gtk-3.0/other-applications.css
index 7523828a..5b15be13 100644
--- a/desktop-themes/Menta/gtk-3.0/other-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/other-applications.css
@@ -426,135 +426,37 @@ OsScrollbar:disabled {
-gtk-icon-style: regular;
}
-/*************
- * Yumex-DNF *
- *************/
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > searchbar {
- border-width: 0px;
-}
-
-/* list sidebar row */
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar {
- background-color: @sidebar_bg;
- border-color: @borders;
- border-style: solid;
- border-width: 1px 0px 0px 0px;
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > stack > box.vertical > box.horizontal > box.vertical list.sidebar row.activatable {
- background-color: @sidebar_bg;
- border-radius: 3px;
-}
-
-/* info sidebar */
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar {
- background-color: @theme_bg_color;
- border-color: @borders;
- border-style: solid;
- border-width: 1px 0px 0px 0px;
- padding: 3px;
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable {
- background-image: none;
- background-color: @theme_bg_color;
- border-radius: 4px;
- border-width: 2px;
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:selected {
- background-image: linear-gradient(to bottom,
- @button_gradient_color_a,
- @button_gradient_color_b);
- background-color: transparent;
- border-image: url("borders/button-active.png") 3 4 4 4 / 3px 3px 4px 3px stretch;
- border-radius: 4px;
- border-width: 2px;
+#meldapp > box.vertical > notebook.frame box.vertical > label {
+ transition: all 400ms ease-out;
}
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:hover {
- border-image: url("borders/button.png") 3 4 4 4 / 3px 3px 4px 3px stretch;
- border-radius: 4px;
- border-width: 2px;
- border-style: solid;
- border-color: transparent;
- background-color: @theme_bg_color;
- background-image: linear-gradient(to bottom,
- @button_hover_gradient_color_a,
- @button_hover_gradient_color_b);
-}
-
-window.background.yumex-dnf-window > box.vertical > box.vertical > box.horizontal > paned.vertical > box.horizontal > box.vertical list.sidebar row.activatable:hover:active {
- border-image: url("borders/button.png") 3 4 4 4 / 3px 3px 4px 3px stretch;
- border-radius: 4px;
- border-width: 2px;
- border-style: solid;
- border-color: transparent;
- background-image: linear-gradient(to bottom,
- shade (@button_active_gradient_color_a, 1.05),
- shade (@button_active_gradient_color_b, 1.05));
- background-color: @theme_bg_color;
+#meldapp > box.vertical > notebook.frame widget > box.vertical > widget > box.vertical > notebook:backdrop {
+ background-color: transparent;
}
/****************
- * pavu-control *
+ * virt-manager *
****************/
-window.background > box.vertical > notebook button.flat.toggle,
-window.background.csd > box.vertical > notebook button.flat.toggle,
-window.background.ssd > box.vertical > notebook button.flat.toggle,
-window.background.solid-csd > box.vertical > notebook button.flat.toggle {
- border-radius: 4px;
- border-width: 2px;
- border-style: solid;
- border-color: transparent;
- background-color: transparent;
-}
-
-window.background > box.vertical > notebook button.flat.toggle:checked,
-window.background.csd > box.vertical > notebook button.flat.toggle:checked,
-window.background.ssd > box.vertical > notebook button.flat.toggle:checked,
-window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked {
- border-image: url("borders/button-active-focus.png") 3 4 5 4 / 3px 4px 5px 4px stretch;
- background-image: linear-gradient(to bottom,
- @button_active_gradient_color_a,
- @button_active_gradient_color_b);
+window.background > box.vertical > notebook overlay > scrolledwindow,
+window.background > box.vertical > notebook overlay > scrolledwindow viewport {
+ border-style: none;
+ border-width: 0px;
}
-window.background > box.vertical > notebook button.flat.toggle:checked:focus,
-window.background.csd > box.vertical > notebook button.flat.toggle:checked:focus,
-window.background.ssd > box.vertical > notebook button.flat.toggle:checked:focus,
-window.background.solid-csd > box.vertical > notebook button.flat.toggle:checked:focus {
- border-image: url("borders/button-focus.png") 3 4 4 4 / 3px 4px 4px 4px stretch;
- background-image: linear-gradient(to bottom,
- @button_active_gradient_color_a,
- @button_active_gradient_color_b);
-}
+/**************
+ * blivet-gui *
+ **************/
-window.background > box.vertical > notebook scrolledwindow,
-window.background.csd > box.vertical > notebook scrolledwindow viewport,
-window.background.ssd > box.vertical > notebook scrolledwindow viewport,
-window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
- border-style: solid;
- border-color: @borders;
- border-width: 1px;
+#bg-visualization > button.radio:checked:backdrop {
+ background-color: shade(@backdrop_selected_color, 0.90);
}
-window.background > box.vertical > notebook scrolledwindow viewport,
-window.background.csd > box.vertical > notebook scrolledwindow viewport,
-window.background.ssd > box.vertical > notebook scrolledwindow viewport,
-window.background.solid-csd > box.vertical > notebook scrolledwindow viewport {
- background-color: shade (@theme_bg_color, 1.12);
+#bg-visualization > button.radio:checked:backdrop > box > label {
+ color: @theme_unfocused_fg_color;
}
-/****************
- * virt-manager *
- ****************/
-
-window.background > box.vertical > notebook overlay > scrolledwindow,
-window.background > box.vertical > notebook overlay > scrolledwindow viewport {
- border-style: none;
- border-width: 0px;
+#bg-visualization > button.radio > box > label {
+ transition: all 400ms ease-out;
}