summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-25 21:00:47 +0200
committerraveit65 <[email protected]>2015-04-26 19:46:53 +0200
commitea3403d960c77a51ee2b4515480de0e412514c96 (patch)
tree25789ba9a2d45b475cf8884e122cf7df5d44eb91 /desktop-themes
parentfe3ab1dafd45d1fb9c3745c8dcd80c844865026a (diff)
downloadmate-themes-ea3403d960c77a51ee2b4515480de0e412514c96.tar.bz2
mate-themes-ea3403d960c77a51ee2b4515480de0e412514c96.tar.xz
ContrastHigh GTK3: fix borders in action-bar
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css16
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 a26fa452..ee71a2b4 100644
--- a/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHigh/gtk-3.0/gtk-widgets.css
@@ -315,9 +315,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;
@@ -1320,6 +1318,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;