diff options
author | Horst3180 | 2015-10-04 12:50:35 +0200 |
---|---|---|
committer | Horst3180 | 2015-10-04 12:50:35 +0200 |
commit | be882ef2144e5579208ee05b202e3bc53a92d7ce (patch) | |
tree | e63f3ece8cd73d08abb816f45ed4e6e902e815dd /common/gtk-3.0/3.18/gtk-contained-solid.css | |
parent | 15936ec9d35b68c5492072b68447b764bbc629d9 (diff) | |
download | solarc-theme-be882ef2144e5579208ee05b202e3bc53a92d7ce.tar.gz solarc-theme-be882ef2144e5579208ee05b202e3bc53a92d7ce.tar.xz solarc-theme-be882ef2144e5579208ee05b202e3bc53a92d7ce.zip |
add workaround for progressbar in ubuntu-software-center
Diffstat (limited to 'common/gtk-3.0/3.18/gtk-contained-solid.css')
-rw-r--r-- | common/gtk-3.0/3.18/gtk-contained-solid.css | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid.css b/common/gtk-3.0/3.18/gtk-contained-solid.css index 7f48e8f..039a704 100644 --- a/common/gtk-3.0/3.18/gtk-contained-solid.css +++ b/common/gtk-3.0/3.18/gtk-contained-solid.css @@ -1547,14 +1547,15 @@ GtkTreeView.view { -gtk-icon-source: -gtk-icontheme("pan-down-symbolic"); } GtkTreeView.view.progressbar { color: #ffffff; - border-radius: 3px; } + border-radius: 3px; + background-image: linear-gradient(to bottom, #5294E2); } GtkTreeView.view.progressbar:selected { color: #5294E2; box-shadow: none; - background-color: #ffffff; } + background-image: linear-gradient(to bottom, #ffffff); } GtkTreeView.view.trough, GtkTreeView.view.trough:selected { color: #5c616c; - background-color: #cfd6e6; + background-image: linear-gradient(to bottom, #cfd6e6); border-radius: 3px; border-width: 0; } |