[gnome-themes-standard] scrolledwindow: reduce border-radius to 2, and remove padding



commit 2b6182ebad76eb110eb7cea202ad29ec02c109ff
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu May 19 01:36:10 2011 -0400

    scrolledwindow: reduce border-radius to 2, and remove padding
    
    border-radius = 2 is consistent with the other popular frames, such as
    GtkEntry and GtkButton.
    padding = 0 makes the scrollbars finally behave like in the mockups; no
    more whitespace between the frame and the scrollbars \o/

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index d95292e..cb5fd18 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -363,7 +363,9 @@ GtkScrolledWindow.frame {
     border-style: solid;
     border-color: darker (@theme_bg_color);
     border-width: 1;
-    border-radius: 3;
+    border-radius: 2;
+
+    padding: 0;
 }
 
 /***********



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]