summaryrefslogtreecommitdiff
path: root/desktop-themes/GreenLaguna
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-05-12 22:18:06 +0200
committerraveit65 <[email protected]>2015-05-12 22:24:12 +0200
commite40c4633034f533e8688adc6a1da69eed6a446ca (patch)
treed55ea6d39e9ac0a6b8c48642ee30389ac7d271bb /desktop-themes/GreenLaguna
parent4895f8119c3ef6393787ec35150cef7cacb442e0 (diff)
downloadmate-themes-e40c4633034f533e8688adc6a1da69eed6a446ca.tar.bz2
mate-themes-e40c4633034f533e8688adc6a1da69eed6a446ca.tar.xz
GreenLaguna GTK+-3.16: adjust popover.scale-popup button (volume button)
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css17
-rw-r--r--desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css16
2 files changed, 33 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css
index bee7d0d5..c59fe5b1 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets-assets.css
@@ -155,6 +155,23 @@ GtkSwitch.trough:active {
border-image: url("assets/switch-trough-border-active.svg") 3 / 3px stretch;
}
+.popover.scale-popup .flat.button.image-button:insensitive {
+ background-image: none;
+ background-color: transparent;
+ border-image: none;
+ border-color: transparent;
+}
+
+.popover.scale-popup .flat.button.image-button {
+ background-image: none;
+ border-image: url("assets/button-border.svg") 3 / 3px stretch;
+}
+
+.popover.scale-popup .flat.button.image-button:hover {
+ border-image: url("assets/button-active-border.svg") 3 / 3px stretch;
+ -gtk-image-effect: highlight;
+}
+
/*************************
* Check and Radio items *
*************************/
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
index ea011ff5..cab959e0 100644
--- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css
@@ -2433,6 +2433,22 @@ GtkProgressBar.osd.progressbar {
color: alpha(@theme_selected_fg_color, 0.4);
}
+/* volume +- buttons */
+.popover.scale-popup .button.flat.image-button {
+ padding: 0px;
+ border-style: none;
+ border-radius: 0px;
+ border-width: 0px;
+ box-shadow: none;
+ text-shadow: none;
+}
+
+.popover.scale-popup .button.flat.image-button:hover {
+ background-image: linear-gradient(to left,
+ shade(@theme_selected_bg_color, 1.1),
+ shade(@theme_selected_bg_color, 0.95));
+}
+
.popover .list {
background-color: @theme_base_color;
}