diff options
Diffstat (limited to 'desktop-themes/TraditionalOkTest')
-rw-r--r-- | desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css | 10 |
1 files changed, 10 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 ff1d151a..63a4af8e 100644 --- a/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalOkTest/gtk-3.0/gtk-widgets.css @@ -1932,8 +1932,18 @@ GtkInfoBar:last-child, border-width: 1px; border-radius: 7px 7px 0 0; border-style: solid; + box-shadow: 0 2px 8px 3px alpha(black, 0.5); margin: 10px; } + +.window-frame:backdrop { + box-shadow: 0 2px 5px 1px alpha(black, 0.5); +} + +.window-frame.tiled { + border-radius: 0; + background-color: @theme_bg_color; +} */ /************** |