Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-theme.css
diff options
context:
space:
mode:
authorManuel Quiñones <manuq@laptop.org>2011-12-09 18:31:20 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-09 18:31:20 (GMT)
commit997bfefb034e29fa21e9024a5ee558eb07715b46 (patch)
treed0cc42101f67e36f57bbe46cb3b55b718da606dc /sugar-theme.css
parent4a4cdf9f56b09e8711b267ed4fb1caaa76606fbf (diff)
scale rounded and slider active variant
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css22
1 files changed, 22 insertions, 0 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 29506f7..fc4ee31 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -177,6 +177,24 @@ GtkScale {
-GtkRange-slider-width: 32; /* $scale_slider_width */
}
+GtkScale.trough {
+ border-width: 2;
+ border-radius: 30;
+ border-style: solid;
+ border-color: @button_grey;
+ background-color: @button_grey;
+}
+
+/*
+
+FIXME - :active selection is not working
+
+GtkScale.trough:active {
+ border-color: @white;
+}
+
+*/
+
GtkScale.slider {
border-width: 0;
border-radius: 0;
@@ -186,6 +204,10 @@ GtkScale.slider {
background-image: url("assets/scale-slider.svg");
}
+GtkScale.slider:active {
+ background-image: url("assets/scale-slider-active.svg");
+}
+
GtkScale.slider:insensitive {
}