From 4718cfc9b7aaf1c5a81759e5d06519214ad30c2e 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 --- desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'desktop-themes/BlueMenta/gtk-3.0') diff --git a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css index e3160b09..16b3d64a 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/BlueMenta/gtk-3.0/gtk-widgets.css @@ -2784,6 +2784,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, -- cgit v1.2.1