From deac1471c4849356e1a7bec38daf5cb59335566a Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 2 Apr 2017 10:56:53 +0200 Subject: 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. --- desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'desktop-themes/GreenLaguna/gtk-3.0') diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index c77cd158..319128c1 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -667,9 +667,19 @@ GvcMixerDialog > box.vertical.dialog-vbox > notebook.frame scrolledwindow.frame border-style: none; } -/* mate-keyboard-layout-view */ +/* mate-keyboard-layout-view, mate-keyboard-layout-chooser */ +.gswitchit-layout-view box.dialog-vbox box.vertical widget, +#xkb-layout-chooser box.dialog-vbox box.vertical box.vertical frame widget { + background-color: shade(@base_color, 1.03); +} + +/* this way it styles only the border of the keys */ +.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(@base_color, 1.02); +#xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > border { + border-radius: 0px; } -- cgit v1.2.1