summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Steiner <jimmac@gmail.com>2015-07-29 13:26:42 +0200
committerJakub Steiner <jimmac@gmail.com>2015-07-29 13:27:17 +0200
commita0ee054bb1f776a4ff688de7aebd142b4d74d3a9 (patch)
tree91b18d4b1e02f8dfaa6763f5630fe572690e6cba
parent66cacaf725bf2030260cd311778813b05a92f3c0 (diff)
downloadgtk+-a0ee054bb1f776a4ff688de7aebd142b4d74d3a9.tar.gz
HC: make pushed columns visible
https://bugzilla.gnome.org/show_bug.cgi?id=752977
-rw-r--r--gtk/theme/HighContrast/_common.scss2
-rw-r--r--gtk/theme/HighContrast/gtk.css2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index f3edd2e31e..714db131df 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -1044,7 +1044,7 @@ column-header {
}
&:active {
@extend %column_header_button;
- color: $fg_color;
+ color: $selected_fg_color;
}
}
&:last-child .button,
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index bf0ea9a2fd..996f8d415b 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -1258,7 +1258,7 @@ column-header .button {
color: #3f3f3f;
box-shadow: none; }
column-header .button:active {
- color: #000; }
+ color: #fff; }
column-header:last-child .button, column-header:last-child.button {
border-right-style: none; }