aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index 9b709bf..0cadf30 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -1420,11 +1420,16 @@ treeview.view {
color: #5294e2;
box-shadow: none;
background-color: #ffffff; }
- treeview.view.trough, treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ treeview.view.trough {
color: #5c616c;
background-color: #cfd6e6;
border-radius: 3px;
border-width: 0; }
+ treeview.view.trough:selected, treeview.view.trough:selected:focus {
+ color: #ffffff;
+ background-color: rgba(0, 0, 0, 0.2);
+ border-radius: 3px;
+ border-width: 0; }
treeview.view header button {
min-height: 0;
min-width: 0;