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 15:51:45 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2011-11-25 15:51:45 (GMT)
commit5a6dca9eba4f161e51bb9af6f8e9fb1666edb85f (patch)
tree689add374de0ceff52eb4ffed9c52c59ff4f5699 /sugar-theme.css
parent071c96cf8100164398938c6ec9449601beaa7504 (diff)
notebook tabs styling
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 809a63d..8700771 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -1,14 +1,19 @@
GtkNotebook {
- background-color: #A6A6A6;
+ background-color: @selection_grey;
border-width: 0;
}
GtkNotebook tab {
- background-color: #A6A6A6;
+ background-color: @button_grey;
+ color: @white;
border-width: 0;
}
+GtkNotebook tab:active {
+ background-color: @selection_grey;
+}
+
GtkButton {
color: #ffffff;
}