summaryrefslogtreecommitdiff
path: root/desktop-themes/ContrastHighInverse/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-26 19:21:43 +0200
committerraveit65 <[email protected]>2015-04-26 19:21:43 +0200
commita2a00a175e00d0c0718212adf8fb5a136cda9fa4 (patch)
tree0109d77d8774dabf39da47dffcc013ffcbd9e23b /desktop-themes/ContrastHighInverse/gtk-3.0
parentf8cf03b83f81aa19d1ca244c2c7d718f80c50c84 (diff)
downloadmate-themes-a2a00a175e00d0c0718212adf8fb5a136cda9fa4.tar.bz2
mate-themes-a2a00a175e00d0c0718212adf8fb5a136cda9fa4.tar.xz
ContrastHighInverse GTK3: fix borders in action-bar
Diffstat (limited to 'desktop-themes/ContrastHighInverse/gtk-3.0')
-rw-r--r--desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css16
1 files changed, 14 insertions, 2 deletions
diff --git a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css b/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
index f187dd93..2b08d943 100644
--- a/desktop-themes/ContrastHighInverse/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/ContrastHighInverse/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;
@@ -1189,6 +1187,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;