summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-21 15:26:29 +0200
committerraveit65 <[email protected]>2015-04-21 15:28:16 +0200
commitf39fd4680eb393f3cc51d653fa9273627e9d4b38 (patch)
tree2b07db1d25fd27aafe11d45ce23c478458dc4006 /desktop-themes/Menta/gtk-3.0
parente6e3dea303afd1ca08868baa839a4d1b084757f4 (diff)
downloadmate-themes-f39fd4680eb393f3cc51d653fa9273627e9d4b38.tar.bz2
mate-themes-f39fd4680eb393f3cc51d653fa9273627e9d4b38.tar.xz
Menta themes GTK3: style GtkStack column-header
- ie. yumex-dnf
Diffstat (limited to 'desktop-themes/Menta/gtk-3.0')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css11
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets-borders.css10
2 files changed, 19 insertions, 2 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css
index 8cf81e04..883dddfe 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets-backgrounds.css
@@ -167,12 +167,19 @@ column-header .button {
box-shadow: inset 0 2px 0 0 alpha(@borders, 0.3);
}
+/* ie. yumex-dnf */
+GtkStack column-header .button {
+ background-image: linear-gradient(to bottom,
+ shade(@theme_bg_color, 1.18),
+ shade(@theme_bg_color, 1.1));
+}
+
column-header.button:hover,
column-header .button:hover {
background-image: linear-gradient(to bottom,
shade(@entry_background_a, 0.96),
@entry_background_b);
- box-shadow: inset 0 2px 0 0 alpha(@theme_selected_bg_color, 0.3);
+ box-shadow: inset 0 2px 0 0 alpha(@theme_selected_bg_color, 0.7);
}
column-header.button:focus,
@@ -189,7 +196,7 @@ column-header .button:active:hover {
shade(@entry_background_a, 0.92),
@entry_background_b);
background-color: transparent;
- box-shadow: inset 0 2px 0 0 alpha(@theme_selected_bg_color, 0.5);
+ box-shadow: inset 0 2px 0 0 alpha(@theme_selected_bg_color, 1.0);
border-image: none;
}
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets-borders.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets-borders.css
index 586f00eb..c33b9a79 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets-borders.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets-borders.css
@@ -277,6 +277,16 @@ column-header .button.dnd {
shade(@borders, 1.0)) 0 1 1 0;
}
+/* ie. yumex-dnf */
+GtkStack column-header .button {
+ border-width: 0px 1px 1px 0px;
+ border-color: transparent;
+ border-style: solid;
+ border-image: linear-gradient(to bottom,
+ alpha(@borders, 0.0),
+ shade(@borders, 1.0)) 0 1 1 0;
+}
+
column-header.button:insensitive,
column-header .button:insensitive {
border-image: linear-gradient(to top,