From 0847edc8e37317fced59cbb1fc35709202ef1ad4 Mon Sep 17 00:00:00 2001 From: Manuel QuiƱones Date: Tue, 24 Apr 2012 16:40:36 +0000 Subject: Set notebook padding to 0px in the GTK3 CSS, SL #3482 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 Acked-by: Simon Schampijer Tested-by: Simon Schampijer Tested-by: Anish Mangal --- 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; } -- cgit v0.9.1