diff options
author | raveit65 <[email protected]> | 2015-05-15 16:06:28 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-05-15 16:07:41 +0200 |
commit | 7098e535363740c776d28b0f58ed1139d7dec947 (patch) | |
tree | 6fb5f0617af0ddf9ef4131c53858cfd1a4b05d40 /desktop-themes/TraditionalOkTest | |
parent | 37efa9d2baf65a18a9dcf6284a4fb6c7fceef462 (diff) | |
download | mate-themes-7098e535363740c776d28b0f58ed1139d7dec947.tar.bz2 mate-themes-7098e535363740c776d28b0f58ed1139d7dec947.tar.xz |
Traditional themes GTK+-3.16: support GtkStackSidebar
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 33 |
1 files changed, 33 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 2472bb74..d73750d3 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -2363,3 +2363,36 @@ GtkPopover .separator { icon-shadow: none; border: 0; } + +/************ + * GtkStack * + ************/ + +GtkStackSidebar.sidebar .separator.horizontal { + -GtkWidget-separator-height: 0px; +} + +GtkStackSidebar.sidebar GtkViewport.frame { + border-color: @border_color; + border-style: solid; + border-width: 0 1px 0 0; + /* FIXME radius > 0 doesn't work */ + border-radius: 0px 0px 0px 3px; + background-color: @theme_base_color; +} + +GtkStackSidebar.sidebar GtkListBoxRow.button.list-row:active, +GtkStackSidebar.sidebar GtkListBoxRow.button.list-row:selected { + border-style: none; + border-width: 0px; + box-shadow: inset 0px 1px shade (@theme_selected_bg_color, 0.8), + inset 1px 0px shade (@theme_selected_bg_color, 0.8), + inset -1px 0px shade (@theme_selected_bg_color, 0.8), + inset 0px -1px shade (@theme_selected_bg_color, 0.8); +} + +/* address entry */ +GtkStack .linked.vertical .entry { + padding: 4px; +} + |