From be882ef2144e5579208ee05b202e3bc53a92d7ce Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 4 Oct 2015 12:50:35 +0200 Subject: add workaround for progressbar in ubuntu-software-center --- common/gtk-3.0/3.14/gtk-contained-solid.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'common/gtk-3.0/3.14/gtk-contained-solid.css') diff --git a/common/gtk-3.0/3.14/gtk-contained-solid.css b/common/gtk-3.0/3.14/gtk-contained-solid.css index 20dcea4..3892859 100644 --- a/common/gtk-3.0/3.14/gtk-contained-solid.css +++ b/common/gtk-3.0/3.14/gtk-contained-solid.css @@ -1399,14 +1399,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; } -- cgit v1.2.3