diff options
author | raveit65 <[email protected]> | 2015-04-25 21:00:47 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-04-25 21:00:47 +0200 |
commit | ee888f5ae1cd2fe4ffc192d8a7405214f383fcea (patch) | |
tree | 189d103aeeba2f88859389293b86f0f6b0b8b94c /desktop-themes/ContrastHigh | |
parent | a68d81c040652b6e53b08be9dedf4edd8a27e29c (diff) | |
download | mate-themes-ee888f5ae1cd2fe4ffc192d8a7405214f383fcea.tar.bz2 mate-themes-ee888f5ae1cd2fe4ffc192d8a7405214f383fcea.tar.xz |
ContrastHigh GTK3: fix borders in action-bar
Diffstat (limited to 'desktop-themes/ContrastHigh')
-rw-r--r-- | desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css index ae9648f6..3694367e 100644 --- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css @@ -254,9 +254,7 @@ GtkLevelBar.vertical { border-width: 2px; border-style: solid; border-color: @theme_button_fg; - border-radius: 3px; - background-color: @theme_button_bg; padding: 1px 4px; color: @theme_button_fg; @@ -1259,6 +1257,20 @@ GtkSwitch.trough:active:insensitive { border-color: @theme_border_color; } +.frame.flat { + border-width: 1px; + border-style: none; + border-color: @theme_border_color; +} + +.frame.action-bar { + border-width: 1px; + border-style: solid; + border-color: @theme_border_color; + padding: 6px; + border-width: 1px 0 0; +} + GtkScrolledWindow.frame { border-width: 1px; border-style: solid; |