summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-10-12 23:26:12 +0200
committerraveit65 <[email protected]>2015-10-12 23:26:12 +0200
commitc6fbadf9ae94e2d065f23952b249dd2ebf60a7b0 (patch)
treecaab2b0ba49c5a515353eb83c42f40f0a82e06bd /desktop-themes
parent9e29302e5c8c21100b79aedfecb1f1e5e9739545 (diff)
downloadmate-themes-c6fbadf9ae94e2d065f23952b249dd2ebf60a7b0.tar.bz2
mate-themes-c6fbadf9ae94e2d065f23952b249dd2ebf60a7b0.tar.xz
GTK3 Submarine themes: adjust popover scales
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css28
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css28
2 files changed, 56 insertions, 0 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
index c62c47e1..a61a6d97 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -5124,6 +5124,13 @@ GtkProgressBar.osd.progressbar {
color: alpha(@theme_selected_fg_color, 0.4);
}
+.popover.scale-popup.background {
+ border-radius: 4px;
+ margin: 0px;
+ padding: 0px;
+ border-style: none;
+}
+
.popover.scale-popup .flat.button.image-button:insensitive {
background-image: none;
background-color: transparent;
@@ -5148,11 +5155,32 @@ GtkProgressBar.osd.progressbar {
-gtk-image-effect: highlight;
}
+.popover.scale-popup .scale .trough,
+.popover.scale-popup .scale .trough.vertical {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade (@scale_border_a, 1.10)),
+ to (shade (@scale_border_a, 1.51)));
+}
+
+.popover.scale-popup .scale .trough.highlight,
+.popover.scale-popup .scale .trough.highlight.vertical {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade (@theme_selected_bg_color, 1.31)),
+ to (shade (@theme_selected_bg_color, 1.00)));
+}
+
.popover .list {
background-color: @theme_base_color;
}
/* more/less volume button */
+.popover .image-button {
+ padding: 3px;
+ border-radius: 6px
+}
+
.popover .image-button:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
index 5aa7e10b..14f4348c 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -5116,6 +5116,13 @@ GtkProgressBar.osd.progressbar {
color: alpha(@theme_selected_fg_color, 0.4);
}
+.popover.scale-popup.background {
+ border-radius: 4px;
+ margin: 0px;
+ padding: 0px;
+ border-style: none;
+}
+
.popover.scale-popup .flat.button.image-button:insensitive {
background-image: none;
background-color: transparent;
@@ -5140,11 +5147,32 @@ GtkProgressBar.osd.progressbar {
-gtk-image-effect: highlight;
}
+.popover.scale-popup .scale .trough,
+.popover.scale-popup .scale .trough.vertical {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade (@scale_border_a, 1.10)),
+ to (shade (@scale_border_a, 1.51)));
+}
+
+.popover.scale-popup .scale .trough.highlight,
+.popover.scale-popup .scale .trough.highlight.vertical {
+ background-image: -gtk-gradient (linear,
+ left top, left bottom,
+ from (shade (@theme_selected_bg_color, 1.31)),
+ to (shade (@theme_selected_bg_color, 1.00)));
+}
+
.popover .list {
background-color: @theme_base_color;
}
/* more/less volume button */
+.popover .image-button {
+ padding: 3px;
+ border-radius: 6px
+}
+
.popover .image-button:hover {
background-image: -gtk-gradient (linear,
left top, left bottom,