[libdazzle] style: tweak suggestion box



commit c358b38a78fe4eb85d3855ed30b7a4fd1de65bdd
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 10 20:53:02 2017 -0700

    style: tweak suggestion box
    
    This makes things look a bit more like the mockups.

 data/themes/shared/shared-suggestions.css |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/data/themes/shared/shared-suggestions.css b/data/themes/shared/shared-suggestions.css
index f2ea108..5752ddb 100644
--- a/data/themes/shared/shared-suggestions.css
+++ b/data/themes/shared/shared-suggestions.css
@@ -4,11 +4,11 @@ dzlsuggestionpopover {
 
 dzlsuggestionpopover > revealer > box {
   margin: 0px 40px 60px 40px;
-  border-top: none;
-  border-bottom: 1px solid @borders;
-  border-right: 1px solid @borders;
-  border-left: 1px solid @borders;
+  border: 1px solid @borders;
   box-shadow: 0px -6px 12px @wm_shadow;
+  padding: 3px 3px 0px 3px;
+  background: @content_view_bg;
+  border-radius: 5px;
 }
 
 dzlsuggestionpopover > revealer > box > elastic > scrolledwindow {
@@ -24,6 +24,7 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 }
 
 dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row {
+  border-radius: 3px;
   transition: none;
 }
 
@@ -41,4 +42,5 @@ dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > li
 
 dzlsuggestionpopover > revealer > box > elastic > scrolledwindow > viewport > list > row:last-child {
   border-bottom: none;
+  margin-bottom: 3px;
 }


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