summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 19:58:11 +0200
committerraveit65 <[email protected]>2015-08-15 19:59:25 +0200
commitded3f00bc9f1713401af9686b861fdd4a9963a20 (patch)
treeb49ecd08e3e1414918bd40bcdbfd05883f355fbd /desktop-themes/TraditionalGreen
parent69ab64978dd7ebb6291f0c0d5acaf4028c12f486 (diff)
downloadmate-themes-ded3f00bc9f1713401af9686b861fdd4a9963a20.tar.bz2
mate-themes-ded3f00bc9f1713401af9686b861fdd4a9963a20.tar.xz
GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index d21d9969..547b7008 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -2646,3 +2646,27 @@ GtkLinkButton.button:active:hover {
text-shadow: none;
}
+/******************
+ * Dialog Windows *
+ ******************/
+
+/* ie. mate-keyboard-properties option window */
+GtkDialog GtkScrolledWindow.frame {
+ border-color: @border_color;
+ border-style: solid;
+ border-width: 1px;
+ border-radius: 2px;
+}
+
+GtkDialog GtkScrolledWindow.frame GtkViewport .vertical {
+ background-color: shade (@theme_bg_color, 1.04);
+}
+
+GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical {
+ background-color: @theme_base_color;
+ border-radius: 3px;
+ border-color: @border_color;
+ border-style: solid;
+ border-width: 1px;
+}
+