Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-theme.css
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css29
1 files changed, 29 insertions, 0 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index b79ddf7..f968758 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -1,4 +1,8 @@
+* {
+ -GtkCheckButton-indicator-size: 26; /* $radio_size */
+
+}
GtkButton {
color: @white;
@@ -207,3 +211,28 @@ GtkScale.slider.vertical {
GtkScale.slider.vertical:insensitive {
background-image: url("assets/scale-slider-horizontal.svg");
}
+
+/* spinbutton */
+
+/*
+
+FIXME - wait for gnome 3.3.3 (19th december)
+
+.spinbutton.button {
+ color: alpha(@theme_base_color, 0.0);
+ background-color: alpha(@theme_base_color, 0.0);
+ border-width: 0;
+ border-radius: 0;
+ border-style: none;
+ padding-left: 20;
+}
+
+.spinbutton.button.arrow:nth-child(first) {
+ background-image: url("assets/spinbutton-button-up.svg");
+}
+
+.spinbutton.button.arrow:nth-child(last) {
+ background-image: url("assets/spinbutton-button-down.svg");
+}
+
+*/ \ No newline at end of file