[gnome-themes-standard] Don't have padding inside GtkViewport



commit 5e9cbe8380b5b2e20557dc14625884d44b4f1742
Author: Alexander Larsson <alexl redhat com>
Date:   Mon Feb 20 12:17:19 2012 +0100

    Don't have padding inside GtkViewport
    
    This fixes an issue in Gnome Contacts, and is also similar to the
    no padding we have in scrolled window.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 37c51e4..6163982 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -568,6 +568,10 @@ GtkScale.trough:insensitive:backdrop {
     background-color: @theme_base_color;
 }
 
+GtkViewport.frame {
+    padding: 0;
+}
+
 /* only render frames in a GtkScrolledWindow */
 GtkScrolledWindow.frame {
     border-style: solid;



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