Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGonzalo Odiard <godiard@gmail.com>2011-11-25 23:45:09 (GMT)
committer Gonzalo Odiard <godiard@gmail.com>2011-11-25 23:45:09 (GMT)
commitca6d1266208daaedb99e3ded9d7b2bddb5c0b98c (patch)
tree7d0fe202292ef5c1338a6a143a7aa13299b95006
parent9c854f782f6669effb27a9762955c210cb79216d (diff)
Fixes to GtkButton and GtkToggleButton
-rw-r--r--sugar-theme.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 1896f99..d275a4c 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -2,6 +2,8 @@
GtkButton {
color: #ffffff;
+ padding: 4;
+ -GtkButton-inner-border: 4 4 4 4;
}
.entry {
@@ -19,6 +21,12 @@ GtkToggleButton:active {
color: @black; /* FIXME */
}
+
+GtkToggleButton:active GtkLabel:active{
+ background-color: @white;
+ color: @black;
+}
+
SugarToggleToolButton:active {
background-color: #C0C0C0; /* FIXME */
}