diff options
author | raveit65 <[email protected]> | 2013-10-27 16:29:43 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2013-10-27 16:29:43 +0100 |
commit | d7ab5e94d77e83fc66bc28238c2abb5350d4bd62 (patch) | |
tree | 149f20ae4b23f4bffefa10383901d9a23d526cf8 /desktop-themes | |
parent | 9fc5674d665bbdc2c8f142a291517089abcb1d25 (diff) | |
download | mate-themes-d7ab5e94d77e83fc66bc28238c2abb5350d4bd62.tar.bz2 mate-themes-d7ab5e94d77e83fc66bc28238c2abb5350d4bd62.tar.xz |
ContrastHigh: don't set a frame on GtkStatusbar
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index d6f4cc16..be8f7d36 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -47,6 +47,8 @@ -GtkWindow-resize-grip-width: 0; -GtkWindow-resize-grip-height: 0; + -GtkStatusbar-shadow-type: none; + background-clip: padding-box; } |