From b07bab404c95a4a9968e654fd4dba28d90569dab Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 15 Aug 2015 19:58:11 +0200 Subject: GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window --- .../ContrastHighInverse/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0') diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 25d9873f..323992e0 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -2527,6 +2527,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 * ****************/ -- cgit v1.2.1