diff options
author | raveit65 <[email protected]> | 2017-04-02 11:02:51 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-02 11:02:51 +0200 |
commit | c2e109d49297e1b3b1937d64dd445f47ed34bb63 (patch) | |
tree | 6879c6fb1cba468e36f701d658f25792e54c731a /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 120a5baaf58caea861074446be6ef2b0366ae110 (diff) | |
download | mate-themes-c2e109d49297e1b3b1937d64dd445f47ed34bb63.tar.bz2 mate-themes-c2e109d49297e1b3b1937d64dd445f47ed34bb63.tar.xz |
Gtk+-3.20 all themes: better way to style keyboard layouts
mate-keyboard-layout-view and mate-keyboard-layout-chooser,
This way it styles only the border of the keys, the bg of the map
itself use the .view class from code.
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css index 54535c42..2b09dc95 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/mate-applications.css @@ -1336,9 +1336,15 @@ MsdOsdWindow.background.osd.msd-osd-window-solid progressbar trough { border-radius: 3px; } -/* mate-keyboard-layout-view */ +/* mate-keyboard-layout-view, mate-keyboard-layout-chooser */ +/* this way it styles only the border of the keys, the bg of the map itself + use the .view class */ +.gswitchit-layout-view > box.dialog-vbox > box.vertical > widget, +#xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > widget { + background-color: shade (@theme_bg_color, 1.0); +} -.gswitchit-layout-view box.dialog-vbox box.vertical widget { - background-color: shade (@theme_bg_color, 1.1); +#xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > border { + border-radius: 0px; } |