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-11-25 21:38:55 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2011-11-25 21:38:55 (GMT)
commitf604b169fa8c2e8431192735978085bfafad152c (patch)
treeddd0bb652253c99a8dc778d9ae9da8b5822edd60 /sugar-theme.css
parentc9a58794d459542cd0e74c80d4b1af39915029b9 (diff)
more styling
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css20
1 files changed, 14 insertions, 6 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 6243d26..ae439df 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -13,25 +13,26 @@ GtkNotebook tab {
GtkNotebook tab:active {
background-color: @selection_grey;
+ /* color: @black; FIXME */
}
GtkButton {
color: #ffffff;
}
-GtkEntry {
+.entry {
border-width: 0;
padding: 6; /* $default_padding */
}
-GtkEntry:focused {
+.entry:focused {
border-color: @text_field_grey;
border-width: 2;
}
GtkToggleButton:active {
- background-color: #ffffff;
- color: #000000; /* FIXME */
+ background-color: @white;
+ color: @black; /* FIXME */
}
SugarToggleToolButton:active {
@@ -43,9 +44,16 @@ GtkRadioButton, GtkCheckButton {
border-radius: 10;
}
-GtkRadioButton:focused {
+GtkRadioButton:prelight,
+GtkCheckButton:prelight {
+ background-color: @selection_grey;
+}
+
+GtkRadioButton:active,
+GtkCheckButton:active {
+ border-style: solid;
+ border-color: @white;
border-width: 2;
- border-color: #ffffff;
}
GtkVSeparator, GtkHSeparator {