From 8f5e1a4c682fa2c1a29bf12c4fc7cce80107c5de Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 2 Apr 2017 11:02:51 +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/BlackMATE/gtk-3.0/mate-applications.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'desktop-themes/BlackMATE/gtk-3.0') diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css index d70804b7..f4c385d6 100644 --- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css +++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css @@ -716,9 +716,15 @@ pluma-print-preview.vertical toolbar.horizontal button.flat.text-button { background-color: shade (@theme_bg_color, 1.0); } -/* 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: @less_dark_color; +#xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > border { + border-radius: 0px; } -- cgit v1.2.1