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 16:21:26 (GMT)
committer Manuel QuiƱones <manuq@laptop.org>2011-11-25 16:21:26 (GMT)
commit65639bc8831140157d041b2b264c35540b9b25d1 (patch)
tree6f508b4856045508e3112afe7b3193f8011bd7fe /sugar-theme.css
parent5a6dca9eba4f161e51bb9af6f8e9fb1666edb85f (diff)
notebook tabs styling
Diffstat (limited to 'sugar-theme.css')
-rw-r--r--sugar-theme.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/sugar-theme.css b/sugar-theme.css
index 8700771..1ec6a9f 100644
--- a/sugar-theme.css
+++ b/sugar-theme.css
@@ -2,12 +2,13 @@
GtkNotebook {
background-color: @selection_grey;
border-width: 0;
+ -GtkNotebook-tab-overlap: -2;
+ -GtkNotebook-tab-curvature: 5; /* $default_padding */
}
GtkNotebook tab {
background-color: @button_grey;
color: @white;
- border-width: 0;
}
GtkNotebook tab:active {