diff options
author | raveit65 <[email protected]> | 2014-11-22 17:35:32 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-22 17:35:32 +0100 |
commit | 9de4035d5cbfc269816da5f6bd2182bf2b94d8e3 (patch) | |
tree | a0366c0ed0ff8f28dd0e09c88e86315f31d04908 /desktop-themes | |
parent | 074fba573df9d11b80442d6732e60e0b8f1903ff (diff) | |
download | mate-themes-9de4035d5cbfc269816da5f6bd2182bf2b94d8e3.tar.bz2 mate-themes-9de4035d5cbfc269816da5f6bd2182bf2b94d8e3.tar.xz |
ContrastHighInverse GTK3-3.10: do no use round top corners for CSD applications
Diffstat (limited to 'desktop-themes')
-rw-r--r-- | desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css index 257ac058..103c38fb 100644 --- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css @@ -1163,7 +1163,7 @@ GtkProgressBar.osd.progressbar { *******/ .titlebar { background-color: @theme_base_color; - border-radius: 7px 7px 0px 0px; + border-radius: 0px 0px 0px 0px; } /* this is the default titlebar that is added by GTK |