summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-04-02 11:02:51 +0200
committerraveit65 <[email protected]>2017-04-02 11:03:23 +0200
commit8f5e1a4c682fa2c1a29bf12c4fc7cce80107c5de (patch)
tree74c1de97ff620ba140184f338ee65f7e071d8a60 /desktop-themes/Menta
parent1ea994d50e8ee3ab0fc497bac0abc0d4d5f58d41 (diff)
downloadmate-themes-8f5e1a4c682fa2c1a29bf12c4fc7cce80107c5de.tar.bz2
mate-themes-8f5e1a4c682fa2c1a29bf12c4fc7cce80107c5de.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/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/mate-applications.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/mate-applications.css b/desktop-themes/Menta/gtk-3.0/mate-applications.css
index b6475733..299bc1ac 100644
--- a/desktop-themes/Menta/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Menta/gtk-3.0/mate-applications.css
@@ -924,9 +924,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;
}