Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel QuiƱones <manuq@laptop.org>2012-04-24 16:40:36 (GMT)
committer Simon Schampijer <simon@schampijer.de>2012-04-26 14:19:19 (GMT)
commit0847edc8e37317fced59cbb1fc35709202ef1ad4 (patch)
treefa827181a08422fb9625c59c85161fad79cf0148
parentc4b9e7753343a0bf1114ce6377f06cd26db39910 (diff)
Set notebook padding to 0px in the GTK3 CSS, SL #3482master
This removes the 2 pixel padding that was around all the notebook page, preventing a confortable use of the scroll bar with the mouse pointer, as #3482 describes. Signed-off-by: Manuel QuiƱones <manuq@laptop.org> Acked-by: Simon Schampijer <simon@laptop.org> Tested-by: Simon Schampijer <simon@laptop.org> Tested-by: Anish Mangal <anish@activitycentral.com>
-rw-r--r--gtk3/theme/gtk-widgets.css.em2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk3/theme/gtk-widgets.css.em b/gtk3/theme/gtk-widgets.css.em
index 6c823b6..dce2a58 100644
--- a/gtk3/theme/gtk-widgets.css.em
+++ b/gtk3/theme/gtk-widgets.css.em
@@ -279,7 +279,7 @@ SugarPaletteWindowWidget GtkToggleButton.button:active {
.notebook {
background-color: @selection_grey;
- border-width: 0px;
+ padding: 0px;
-GtkNotebook-tab-overlap: -2;
-GtkNotebook-tab-curvature: $default_padding;
}