From c6fbadf9ae94e2d065f23952b249dd2ebf60a7b0 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Mon, 12 Oct 2015 23:26:12 +0200 Subject: GTK3 Submarine themes: adjust popover scales --- .../Blue-Submarine/gtk-3.0/gtk-widgets.css | 28 ++++++++++++++++++++++ .../Green-Submarine/gtk-3.0/gtk-widgets.css | 28 ++++++++++++++++++++++ 2 files changed, 56 insertions(+) (limited to 'desktop-themes') 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, -- cgit v1.2.1