diff options
author | Wolfgang Ulbrich <[email protected]> | 2016-02-17 21:04:02 +0100 |
---|---|---|
committer | Wolfgang Ulbrich <[email protected]> | 2016-02-17 21:04:02 +0100 |
commit | e3ea365995e3f5b16916509c6acafa6802003393 (patch) | |
tree | a32570043126a56e8553a97204b3c124d07aa93a /desktop-themes/Blue-Submarine | |
parent | 608dd422e69598b477994026e182b868d24ddaa5 (diff) | |
download | mate-themes-e3ea365995e3f5b16916509c6acafa6802003393.tar.bz2 mate-themes-e3ea365995e3f5b16916509c6acafa6802003393.tar.xz |
GTK+-3.20 Blue-Submarine: use positioning for scale and check/radio images
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 9 |
1 files changed, 8 insertions, 1 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 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,
|