[gnome-shell-sass] media section touch ups



commit d8194e25bd9bb67399e90d6a7e10fc559e58114d
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Feb 18 14:57:27 2016 +0100

    media section touch ups
    
    - make the missing album art more subtle. Negative space
      asked for sizing the box slightly larger. Don't hate me
      for using border-width for it ;)

 _common.scss |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 8498851..48e0f12 100644
--- a/_common.scss
+++ b/_common.scss
@@ -982,9 +982,12 @@ StScrollBar {
           .media-message-cover-icon {
             icon-size: 32px;
             &.fallback {
+              color: lighten($bg_color,10%);
+              background-color: $bg_color;
+              border: 2px solid $bg_color;
+              border-radius: 2px;
               icon-size: 16px;
-              padding: 8px;
-              border: 1px solid $borders_color; }
+              padding: 8px; }
           }
 
 


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