diff options
author | raveit65 <[email protected]> | 2015-08-15 20:02:27 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 20:02:27 +0200 |
commit | 5f1260729d5a2d9e35396109477e89392fd45b81 (patch) | |
tree | 3c70cb430c8ccb61519e4fe70bc4a400b1cad5ed /desktop-themes/GreenLaguna/gtk-3.0 | |
parent | 2bafed6b949eddc15e01f1be74ddf7fcfb4c7026 (diff) | |
download | mate-themes-5f1260729d5a2d9e35396109477e89392fd45b81.tar.bz2 mate-themes-5f1260729d5a2d9e35396109477e89392fd45b81.tar.xz |
GTK3 all themes: style GtkDialog windows, ie. keyboard-properties option window
Diffstat (limited to 'desktop-themes/GreenLaguna/gtk-3.0')
-rw-r--r-- | desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css index ade96628..fbfb5f97 100644 --- a/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/GreenLaguna/gtk-3.0/gtk-widgets.css @@ -3178,3 +3178,27 @@ GtkLinkButton.button:active:hover { text-shadow: none; } +/****************** + * Dialog Windows * + ******************/ + +/* ie. mate-keyboard-properties option window */ +GtkDialog GtkScrolledWindow.frame { + border-color: @notebook_border; + border-style: solid; + border-width: 1px; + border-radius: 2px; +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical { + background-color: shade (@theme_bg_color, 1.03); +} + +GtkDialog GtkScrolledWindow.frame GtkViewport .vertical GtkExpander .vertical { + background-color: shade (@theme_bg_color, 1.10); + border-radius: 3px; + border-color: @notebook_border; + border-style: solid; + border-width: 1px; +} + |