[gnome-control-center/wip/jsparber/background] [ui] only show top border for gallery view https://bugzilla.gnome.org/show_bug.cgi?id=788515



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

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

 panels/background/data/background.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/background/data/background.css b/panels/background/data/background.css
index 2c7ee12..04695ed 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]