aboutsummaryrefslogtreecommitdiff
path: root/common/gtk-3.0/3.20/gtk.css
diff options
context:
space:
mode:
authorHorst31802016-03-30 22:16:16 +0200
committerHorst31802016-03-30 22:16:16 +0200
commit7b2f1bfe251131d0770bdde29ab0992a04ecebf9 (patch)
treeef7db402f1aebda9f62090ae64504174d31f6d56 /common/gtk-3.0/3.20/gtk.css
parent7e7fd197b61d876914fbf0b7b58158ddf13796d4 (diff)
downloadsolarc-theme-7b2f1bfe251131d0770bdde29ab0992a04ecebf9.tar.gz
solarc-theme-7b2f1bfe251131d0770bdde29ab0992a04ecebf9.tar.xz
solarc-theme-7b2f1bfe251131d0770bdde29ab0992a04ecebf9.zip
tweak osd scale slider
Diffstat (limited to 'common/gtk-3.0/3.20/gtk.css')
-rw-r--r--common/gtk-3.0/3.20/gtk.css8
1 files changed, 6 insertions, 2 deletions
diff --git a/common/gtk-3.0/3.20/gtk.css b/common/gtk-3.0/3.20/gtk.css
index a6fd06c..b50c13c 100644
--- a/common/gtk-3.0/3.20/gtk.css
+++ b/common/gtk-3.0/3.20/gtk.css
@@ -2103,10 +2103,14 @@ scale {
background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
.osd scale slider {
- background-image: linear-gradient(to bottom, rgba(53, 57, 69, 0.95));
+ min-width: 11px;
+ min-height: 11px;
+ margin: -4px;
+ background-image: linear-gradient(to bottom, #5294E2);
border-color: #5294E2; }
.osd scale slider:hover {
- background-image: linear-gradient(to bottom, #5294E2); }
+ background-image: linear-gradient(to bottom, #7eafe9);
+ border-color: #7eafe9; }
.osd scale slider:active {
background-image: linear-gradient(to bottom, #2679db);
border-color: #2679db; }