[gnome-control-center/wip/jsparber/background: 6/11] background: show only top border for gallery view



commit 78c783a63fe61b64aba55eb0d29c511d62d85c64
Author: Julian Sparber <julian sparber net>
Date:   Fri Feb 2 12:06:36 2018 +0100

    background: show only top border for gallery view
    
    https://bugzilla.gnome.org/show_bug.cgi?id=788515

 panels/background/data/background.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/panels/background/data/background.css b/panels/background/data/background.css
index 2c7ee12f4..04695ed40 100644
--- a/panels/background/data/background.css
+++ b/panels/background/data/background.css
@@ -1,6 +1,6 @@
 .background-gallery {
   background: #fff;
-  border: 1px solid #b6b6b3;
+  border-top: 1px solid #b6b6b3;
 }
 
 .black-border {


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