From e3ea365995e3f5b16916509c6acafa6802003393 Mon Sep 17 00:00:00 2001 From: Wolfgang Ulbrich Date: Wed, 17 Feb 2016 21:04:02 +0100 Subject: GTK+-3.20 Blue-Submarine: use positioning for scale and check/radio images --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'desktop-themes/Blue-Submarine') 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 7dea12d1..46d7e45f 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -588,6 +588,7 @@ scale slider:disabled { color: alpha(@theme_base_color, 0.0); background-color: alpha(@theme_base_color, 0.0); /* background-image in -assets variant */ + background-repeat: no-repeat; background-position: center; } @@ -3489,8 +3490,14 @@ radio:disabled { /* move label to the right */ check, -radio { +radio, +window.background.popup menuitem check, +window.background.popup menuitem radio, +window.background.popup menu menuitem check, +window.background.popup menu menuitem radio { padding: 0px 6px 0px 0px; + background-repeat: no-repeat; + background-position: center; } checkbutton, -- cgit v1.2.1