summaryrefslogtreecommitdiff
path: root/desktop-themes/Menta
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 19:58:11 +0200
committerraveit65 <[email protected]>2015-08-15 20:00:09 +0200
commitb07bab404c95a4a9968e654fd4dba28d90569dab (patch)
tree2313c7de5ec362fc99e86f1185458021ff27885c /desktop-themes/Menta
parentc1f72e1eab9edb7ca384520963d7e785cd6e9bd4 (diff)
downloadmate-themes-b07bab404c95a4a9968e654fd4dba28d90569dab.tar.bz2
mate-themes-b07bab404c95a4a9968e654fd4dba28d90569dab.tar.xz
GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window
Diffstat (limited to 'desktop-themes/Menta')
-rw-r--r--desktop-themes/Menta/gtk-3.0/gtk-widgets.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
index e56a65fb..1ae984e9 100644
--- a/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Menta/gtk-3.0/gtk-widgets.css
@@ -2783,6 +2783,26 @@ GtkMessageDialog {
padding: 0;
}
+/* ie. mate-keyboard-properties option window */
+GtkDialog GtkScrolledWindow.frame {
+ border-color: @borders;
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 2px;
+}
+
+GtkDialog GtkScrolledWindow.frame GtkViewport .vertical {
+ background-color: shade (@theme_bg_color, 1.07);
+}
+
+GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical {
+ background-color: @theme_base_color;
+ border-radius: 3px;
+ border-color: @borders;
+ border-style: solid;
+ border-width: 1px;
+}
+
/* middle buttons */
.dialog-action-area.linked .button,
.dialog-action-area.linked .button:active,