[gnome-themes-standard] documents: fix the look of the Load More button



commit d95d7e1fa71a12c5ca92024c7500b3acaca9a798
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Feb 21 14:30:29 2013 -0500

    documents: fix the look of the Load More button
    
    Set a border on it, since we don't set one on the scrolled window above
    it anymore.

 themes/Adwaita/gtk-3.0/gnome-applications.css |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index 25c0c4a..1349a64 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -278,13 +278,14 @@ GeditViewFrame .gedit-search-slider .not-found {
 }
 
 .documents-load-more.button {
-    border-image-width: 0;
-    border-width: 0;
+    border-image: none;
+    border-color: @borders;
+    border-width: 1px 0 0;
     border-radius: 0;
 }
 
 .documents-scrolledwin.frame {
-    border-width: 1px 0;
+    border-width: 1px 0 0;
     border-radius: 0;
 }
 


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