diff options
author | Horst3180 | 2016-09-20 11:13:56 +0200 |
---|---|---|
committer | Horst3180 | 2016-09-20 11:14:09 +0200 |
commit | 6e3491ff801c9488218460f720e20df3f034d6e8 (patch) | |
tree | d8c131634d53f2778fd8c5088a5c3c894e5d72bf /common/gtk-3.0/3.20/gtk-solid.css | |
parent | b7bebc5acd64908a3f1f49aec9b46690fec369af (diff) | |
download | solarc-theme-6e3491ff801c9488218460f720e20df3f034d6e8.tar.gz solarc-theme-6e3491ff801c9488218460f720e20df3f034d6e8.tar.xz solarc-theme-6e3491ff801c9488218460f720e20df3f034d6e8.zip |
tweak treeview progressbars
Diffstat (limited to 'common/gtk-3.0/3.20/gtk-solid.css')
-rw-r--r-- | common/gtk-3.0/3.20/gtk-solid.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/common/gtk-3.0/3.20/gtk-solid.css b/common/gtk-3.0/3.20/gtk-solid.css index 9a838c9..dc7fb6b 100644 --- a/common/gtk-3.0/3.20/gtk-solid.css +++ b/common/gtk-3.0/3.20/gtk-solid.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; |