diff options
author | raveit65 <[email protected]> | 2015-08-15 19:58:11 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-08-15 19:58:11 +0200 |
commit | 4718cfc9b7aaf1c5a81759e5d06519214ad30c2e (patch) | |
tree | e97b792d7ff038bf420271717e56a07d5266923c /desktop-themes/TraditionalOkTest/gtk-3.0 | |
parent | a380d73cfae8cc3b5210643fb5a03b62be18ab17 (diff) | |
download | mate-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/TraditionalOkTest/gtk-3.0')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css index 091a003c..187ba7b1 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2574,3 +2574,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; +} + |