summaryrefslogtreecommitdiff
path: root/gtk/theme/HighContrast/gtk.css
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-05 14:19:58 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-05 14:19:58 -0500
commit9ebb63c71f6a7ae4b0fd1e6b6e42b489e3fba269 (patch)
treec6e5d1a39bf5776484651082fcfa418cee142808 /gtk/theme/HighContrast/gtk.css
parentd60fe93937387b0d2151ab8a02dcf56c711781d9 (diff)
downloadgtk+-9ebb63c71f6a7ae4b0fd1e6b6e42b489e3fba269.tar.gz
HighConstast: Some fixes for treeview headers
Diffstat (limited to 'gtk/theme/HighContrast/gtk.css')
-rw-r--r--gtk/theme/HighContrast/gtk.css17
1 files changed, 9 insertions, 8 deletions
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 531421bc5c..d8cb08eb3e 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -1225,26 +1225,27 @@ treeview.view {
box-shadow: none; }
treeview.view header button:active {
color: #fff; }
- treeview.view header :last-child.button, treeview.view header:last-child.button {
+ treeview.view header button:last-child, treeview.view header button:last-child:hover, treeview.view header button:last-child:backdrop {
border-right-style: none; }
treeview.view header button, treeview.view header button:hover, treeview.view header button:active {
- border-width: 0 1px 1px 0;
+ padding: 3px 6px;
+ border-style: none solid solid none;
border-radius: 0;
+ border-width: 1;
background-image: none;
- border-color: #fff;
+ border-color: gray;
text-shadow: none; }
treeview.view header button:disabled {
- border-width: 0 1px 1px 0;
border-color: #fff;
background-image: none; }
treeview.view header button:backdrop {
- border-color: #fff;
- border-width: 0 1px 1px 0;
+ border-color: gray;
+ border-style: none solid solid none;
color: gray;
- background-image: none; }
+ background-image: none;
+ background-color: #fff; }
treeview.view header button:backdrop:disabled {
- border-width: 0 1px 1px 0;
border-color: #fff;
background-image: none; }