summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2015-08-03 22:16:34 -0400
committerMatthias Clasen <mclasen@redhat.com>2015-08-03 22:16:34 -0400
commitba45fa09b49b54b5d5d50b17cb14fc8408571356 (patch)
tree480ce9b6cd845915bbe2e4861e79c83d80ca4732
parent198d99d6805d675f2fe92e2d54531e454342633a (diff)
downloadgtk+-ba45fa09b49b54b5d5d50b17cb14fc8408571356.tar.gz
HighContrast: Avoid resizing treeview headers
https://bugzilla.gnome.org/show_bug.cgi?id=753060
-rw-r--r--gtk/theme/HighContrast/_common.scss2
-rw-r--r--gtk/theme/HighContrast/gtk.css2
2 files changed, 4 insertions, 0 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 07ead107df..893d0efb48 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -1063,6 +1063,7 @@ column-header {
border-color: $bg_color;
text-shadow: none;
&:insensitive {
+ border-width: 0 1px 1px 0;
border-color: $bg_color;
background-image: none;
}
@@ -1072,6 +1073,7 @@ column-header {
color: mix($backdrop_fg_color, $backdrop_bg_color,50%);
background-image: none;
&:insensitive {
+ border-width: 0 1px 1px 0;
border-color: $backdrop_bg_color;
background-image: none;
}
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 6152865691..1d4b653dd1 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -1277,6 +1277,7 @@ column-header .button, column-header .button:hover, column-header .button:active
border-color: #fff;
text-shadow: none; }
column-header .button:insensitive {
+ border-width: 0 1px 1px 0;
border-color: #fff;
background-image: none; }
column-header .button:backdrop {
@@ -1285,6 +1286,7 @@ column-header .button, column-header .button:hover, column-header .button:active
color: #7f7f7f;
background-image: none; }
column-header .button:backdrop:insensitive {
+ border-width: 0 1px 1px 0;
border-color: #fff;
background-image: none; }