summaryrefslogtreecommitdiff
path: root/desktop-themes/BlueMenta/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-02 10:56:53 +0200
committerraveit65 <[email protected]>2017-04-02 10:56:53 +0200
commitdeac1471c4849356e1a7bec38daf5cb59335566a (patch)
treee465f4e70e7e3841addf59b253309d9c37935b9b /desktop-themes/BlueMenta/gtk-3.0
parent44237d051e7a0dacd16c81bef28e45367064c76d (diff)
downloadmate-themes-deac1471c4849356e1a7bec38daf5cb59335566a.tar.bz2
mate-themes-deac1471c4849356e1a7bec38daf5cb59335566a.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/BlueMenta/gtk-3.0')
-rw-r--r--desktop-themes/BlueMenta/gtk-3.0/mate-applications.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
index c7dc9ccd..86c86027 100644
--- a/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlueMenta/gtk-3.0/mate-applications.css
@@ -921,9 +921,15 @@ window.background.mate-terminal > box.vertical > notebook > header.top tab:check
border-style: none;
}
-/* 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;
}