diff options
author | raveit65 <[email protected]> | 2017-04-14 20:46:03 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-04-14 20:47:00 +0200 |
commit | 4895cb42d9f1ae9d8d340307f0bf3df47d32b63a (patch) | |
tree | 11afa96fa57b3279edf67d45120bf17bc50c60c9 /desktop-themes/GreenLaguna | |
parent | bb134eb2871a3a42e0f415c4724630e46d8f7172 (diff) | |
download | mate-themes-4895cb42d9f1ae9d8d340307f0bf3df47d32b63a.tar.bz2 mate-themes-4895cb42d9f1ae9d8d340307f0bf3df47d32b63a.tar.xz |
Gtk+-3.20 all themes: add new css name matekbd-keyboard-drawing
Diffstat (limited to 'desktop-themes/GreenLaguna')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css index 92cbc342..c4258d62 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/mate-applications.css @@ -682,15 +682,12 @@ GvcMixerDialog > box.vertical.dialog-vbox > notebook.frame scrolledwindow.frame } /* 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 */ +/* this way it styles only the border of the keys, the bg of the map itself + use the .view class, and use old and new selectors for a while */ +matekbd-keyboard-drawing, .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); + background-color: shade (@theme_bg_color, 1.03); } #xkb-layout-chooser > box.dialog-vbox > box.vertical > box.vertical > frame > border { |