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 14:43:20 (GMT)
committer Manuel Quiñones <manuq@laptop.org>2011-11-25 14:43:20 (GMT)
commit4e110ec086423b5d28896092adb6c46d99929a93 (patch)
tree390fe2eb1690ef6a4d0ce91dac34dcefc5cb660c /sugar-theme.css
First commit
Signed-off-by: Manuel Quiñones <manuq@laptop.org>
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css54
1 files changed, 54 insertions, 0 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
new file mode 100644
index 0000000..809a63d
--- /dev/null
+++ b/sugar-theme.css
@@ -0,0 +1,54 @@
+
+GtkNotebook {
+ background-color: #A6A6A6;
+ border-width: 0;
+}
+
+GtkNotebook tab {
+ background-color: #A6A6A6;
+ border-width: 0;
+}
+
+GtkButton {
+ color: #ffffff;
+}
+
+GtkEntry {
+ border-width: 0;
+ padding: 6;
+}
+
+GtkEntry:focused {
+ border-color: #E5E5E5;
+ border-width: 2;
+}
+
+GtkToggleButton:active {
+ background-color: #ffffff;
+ color: #000000; /* FIXME */
+}
+
+SugarToggleToolButton:active {
+ background-color: #C0C0C0; /* FIXME */
+}
+
+GtkRadioButton, GtkCheckButton {
+ color: #000000;
+ border-radius: 10;
+}
+
+GtkRadioButton:focused {
+ border-width: 2;
+ border-color: #ffffff;
+}
+
+/* FIXME
+GtkMenu {
+ background-color: #000000;
+ color: #ffffff;
+}
+
+GtkMenu:active {
+ background-color: #808080;
+}
+*/