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 --- .../TraditionalOk/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'desktop-themes/TraditionalOk') diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css index aaab6d99..2ff58501 100644 --- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css @@ -2650,3 +2650,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; +} + -- cgit v1.2.1