[Sugar-devel] [PATCH sugar-artwork] Set notebook padding to 0px in the GTK3 CSS #3482

Manuel Quiñones manuq at laptop.org
Tue Apr 24 12:40:36 EDT 2012


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 at laptop.org>
---
 gtk3/theme/gtk-widgets.css.em |    2 +-
 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;
 }
-- 
1.7.7.6



More information about the Sugar-devel mailing list