aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorHorst31802015-10-04 12:50:35 +0200
committerHorst31802015-10-04 12:50:35 +0200
commitbe882ef2144e5579208ee05b202e3bc53a92d7ce (patch)
treee63f3ece8cd73d08abb816f45ed4e6e902e815dd /common
parent15936ec9d35b68c5492072b68447b764bbc629d9 (diff)
downloadsolarc-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')
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-dark.css7
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-darker.css7
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-dark.css7
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid-darker.css7
-rw-r--r--common/gtk-3.0/3.14/gtk-contained-solid.css7
-rw-r--r--common/gtk-3.0/3.14/gtk-contained.css7
-rw-r--r--common/gtk-3.0/3.14/sass/_common.scss5
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-dark.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-darker.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-dark.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid-darker.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-contained-solid.css7
-rw-r--r--common/gtk-3.0/3.16/gtk-contained.css7
-rw-r--r--common/gtk-3.0/3.16/sass/_common.scss5
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-dark.css7
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-darker.css7
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-dark.css7
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid-darker.css7
-rw-r--r--common/gtk-3.0/3.18/gtk-contained-solid.css7
-rw-r--r--common/gtk-3.0/3.18/gtk-contained.css7
-rw-r--r--common/gtk-3.0/3.18/sass/_common.scss5
21 files changed, 81 insertions, 60 deletions
diff --git a/common/gtk-3.0/3.14/gtk-contained-dark.css b/common/gtk-3.0/3.14/gtk-contained-dark.css
index 2e76f77..494911f 100644
--- a/common/gtk-3.0/3.14/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-dark.css
@@ -1396,14 +1396,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: #D3DAE3;
- background-color: #2b2e39;
+ background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-darker.css b/common/gtk-3.0/3.14/gtk-contained-darker.css
index dca07d7..4572de5 100644
--- a/common/gtk-3.0/3.14/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-darker.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; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
index e815030..d46e412 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-dark.css
@@ -1396,14 +1396,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: #D3DAE3;
- background-color: #2b2e39;
+ background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
diff --git a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css b/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
index 073614b..611d56c 100644
--- a/common/gtk-3.0/3.14/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.14/gtk-contained-solid-darker.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; }
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; }
diff --git a/common/gtk-3.0/3.14/gtk-contained.css b/common/gtk-3.0/3.14/gtk-contained.css
index 6864b67..2ce9843 100644
--- a/common/gtk-3.0/3.14/gtk-contained.css
+++ b/common/gtk-3.0/3.14/gtk-contained.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; }
diff --git a/common/gtk-3.0/3.14/sass/_common.scss b/common/gtk-3.0/3.14/sass/_common.scss
index 8ed1d94..0b83114 100644
--- a/common/gtk-3.0/3.14/sass/_common.scss
+++ b/common/gtk-3.0/3.14/sass/_common.scss
@@ -1481,16 +1481,17 @@ GtkTreeView.view { // treeview grid lines a
&.progressbar { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
+ background-image: linear-gradient(to bottom, $selected_bg_color);
&:selected {
color: $selected_bg_color;
box-shadow: none;
- background-color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
&.trough, &.trough:selected { // progress bar trough in treeviews
color: $fg_color;
- background-color: $button_border;
+ background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
}
diff --git a/common/gtk-3.0/3.16/gtk-contained-dark.css b/common/gtk-3.0/3.16/gtk-contained-dark.css
index e58b5de..b30f6f6 100644
--- a/common/gtk-3.0/3.16/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-dark.css
@@ -1402,14 +1402,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: #D3DAE3;
- background-color: #2b2e39;
+ background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-darker.css b/common/gtk-3.0/3.16/gtk-contained-darker.css
index 970b8e8..a5c5558 100644
--- a/common/gtk-3.0/3.16/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-darker.css
@@ -1405,14 +1405,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; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
index 3523ad9..69a1f55 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-dark.css
@@ -1402,14 +1402,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: #D3DAE3;
- background-color: #2b2e39;
+ background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
index 1716acc..fc4e4f7 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid-darker.css
@@ -1405,14 +1405,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; }
diff --git a/common/gtk-3.0/3.16/gtk-contained-solid.css b/common/gtk-3.0/3.16/gtk-contained-solid.css
index 291b0a9..3074dad 100644
--- a/common/gtk-3.0/3.16/gtk-contained-solid.css
+++ b/common/gtk-3.0/3.16/gtk-contained-solid.css
@@ -1405,14 +1405,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; }
diff --git a/common/gtk-3.0/3.16/gtk-contained.css b/common/gtk-3.0/3.16/gtk-contained.css
index 3eb5ee3..b8bfd9a 100644
--- a/common/gtk-3.0/3.16/gtk-contained.css
+++ b/common/gtk-3.0/3.16/gtk-contained.css
@@ -1405,14 +1405,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; }
diff --git a/common/gtk-3.0/3.16/sass/_common.scss b/common/gtk-3.0/3.16/sass/_common.scss
index 87c21fc..1ee78e4 100644
--- a/common/gtk-3.0/3.16/sass/_common.scss
+++ b/common/gtk-3.0/3.16/sass/_common.scss
@@ -1495,16 +1495,17 @@ GtkTreeView.view { // treeview grid lines a
&.progressbar { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
+ background-image: linear-gradient(to bottom, $selected_bg_color);
&:selected {
color: $selected_bg_color;
box-shadow: none;
- background-color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
&.trough, &.trough:selected { // progress bar trough in treeviews
color: $fg_color;
- background-color: $button_border;
+ background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
}
diff --git a/common/gtk-3.0/3.18/gtk-contained-dark.css b/common/gtk-3.0/3.18/gtk-contained-dark.css
index 4b4d7f9..862b3b2 100644
--- a/common/gtk-3.0/3.18/gtk-contained-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-dark.css
@@ -1540,14 +1540,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: #D3DAE3;
- background-color: #2b2e39;
+ background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-darker.css b/common/gtk-3.0/3.18/gtk-contained-darker.css
index 50ff653..fb0f95e 100644
--- a/common/gtk-3.0/3.18/gtk-contained-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-darker.css
@@ -1543,14 +1543,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; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
index c72f3b5..e66cf3f 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-dark.css
@@ -1540,14 +1540,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: #D3DAE3;
- background-color: #2b2e39;
+ background-image: linear-gradient(to bottom, #2b2e39);
border-radius: 3px;
border-width: 0; }
diff --git a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
index 3da7479..8e2823e 100644
--- a/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
+++ b/common/gtk-3.0/3.18/gtk-contained-solid-darker.css
@@ -1543,14 +1543,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; }
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; }
diff --git a/common/gtk-3.0/3.18/gtk-contained.css b/common/gtk-3.0/3.18/gtk-contained.css
index 1616fe1..d49b4ac 100644
--- a/common/gtk-3.0/3.18/gtk-contained.css
+++ b/common/gtk-3.0/3.18/gtk-contained.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; }
diff --git a/common/gtk-3.0/3.18/sass/_common.scss b/common/gtk-3.0/3.18/sass/_common.scss
index 1ce7d17..0cd34b7 100644
--- a/common/gtk-3.0/3.18/sass/_common.scss
+++ b/common/gtk-3.0/3.18/sass/_common.scss
@@ -1594,16 +1594,17 @@ GtkTreeView.view { // treeview grid lines a
&.progressbar { // progress bar in treeviews
color: $selected_fg_color;
border-radius: 3px;
+ background-image: linear-gradient(to bottom, $selected_bg_color);
&:selected {
color: $selected_bg_color;
box-shadow: none;
- background-color: $selected_fg_color;
+ background-image: linear-gradient(to bottom, $selected_fg_color);
}
}
&.trough, &.trough:selected { // progress bar trough in treeviews
color: $fg_color;
- background-color: $button_border;
+ background-image: linear-gradient(to bottom, $button_border);
border-radius: 3px;
border-width: 0;
}