summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHigh/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-08-15 19:58:11 +0200
committerraveit65 <[email protected]>2015-08-15 19:58:11 +0200
commit4718cfc9b7aaf1c5a81759e5d06519214ad30c2e (patch)
treee97b792d7ff038bf420271717e56a07d5266923c /desktop-themes/ContrastHigh/gtk-3.0
parenta380d73cfae8cc3b5210643fb5a03b62be18ab17 (diff)
downloadmate-themes-4718cfc9b7aaf1c5a81759e5d06519214ad30c2e.tar.bz2
mate-themes-4718cfc9b7aaf1c5a81759e5d06519214ad30c2e.tar.xz
GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window
Diffstat (limited to 'desktop-themes/ContrastHigh/gtk-3.0')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
index b8e63666..fcf72caf 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -2573,6 +2573,30 @@ GtkStack .linked.vertical GtkSpinButton.horizontal.entry.spinbutton .button:last
padding: 6px 5px;
}
+/******************
+ * Dialog Windows *
+ ******************/
+
+/* ie. mate-keyboard-properties option window */
+GtkDialog GtkScrolledWindow.frame GtkViewport .vertical {
+ background-color: @theme_view_bg;
+}
+
+GtkDialog GtkScrolledWindow.frame {
+ border-color: @theme_border_color;
+ border-style: solid;
+ border-width: 2px;
+ border-radius: 3px;
+}
+
+GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical {
+ background-color: shade (@theme_bg_color, 1.00);
+ border-radius: 5px;
+ border-color: @theme_border_color;
+ border-style: solid;
+ border-width: 2px;
+}
+
/****************
* App-specific *
****************/