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-08 19:05:52 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-12-08 19:05:52 (GMT)
commit8c85298ab825ba408d6ad098f1796cc37923c63a (patch)
tree39ce87f87e5d5e67fe91173603f65a60c49d33b6 /sugar-theme.css
parent38bbcbfc41b4cad9d346bf2eef4bef033567b2ee (diff)
Theming GtkScale
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css28
1 files changed, 28 insertions, 0 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 6371e2a..7cc2960 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -95,3 +95,31 @@ GtkMenu:active {
background-color: #808080;
}
*/
+
+GtkScale {
+ -GtkScale-slider-length: 20;
+ -GtkRange-slider-width: 20;
+}
+
+GtkScale.slider,
+GtkScale.slider.horizontal {
+ border-width: 0;
+ border-radius: 0;
+ border-style: none;
+ color: alpha(#fff, 0.0);
+ background-color: alpha(#fff, 0.0);
+ background-image: url("assets/scale-slider-horizontal.svg");
+}
+
+GtkScale.slider:insensitive,
+GtkScale.slider.horizontal:insensitive {
+ background-image: url("assets/scale-slider-horizontal.svg");
+}
+
+GtkScale.slider.vertical {
+ background-image: url("assets/scale-slider-horizontal.svg");
+}
+
+GtkScale.slider.vertical:insensitive {
+ background-image: url("assets/scale-slider-horizontal.svg");
+}