[gnome-shell] media section touch ups



commit 02cdc065e7d1aabcb0f5cfc022d9eac8c750e0b2
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Feb 18 14:58:54 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 ;)

 data/theme/gnome-shell-high-contrast.css |    7 +++++--
 data/theme/gnome-shell-sass              |    2 +-
 data/theme/gnome-shell.css               |    7 +++++--
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/data/theme/gnome-shell-high-contrast.css b/data/theme/gnome-shell-high-contrast.css
index 292d0bc..140785d 100644
--- a/data/theme/gnome-shell-high-contrast.css
+++ b/data/theme/gnome-shell-high-contrast.css
@@ -859,9 +859,12 @@ StScrollBar {
 .media-message-cover-icon {
   icon-size: 32px; }
   .media-message-cover-icon.fallback {
+    color: #1a1a1a;
+    background-color: #000;
+    border: 2px solid #000;
+    border-radius: 2px;
     icon-size: 16px;
-    padding: 8px;
-    border: 1px solid black; }
+    padding: 8px; }
 
 .system-switch-user-submenu-icon.user-icon {
   icon-size: 20px;
diff --git a/data/theme/gnome-shell-sass b/data/theme/gnome-shell-sass
index 7e13533..d8194e2 160000
--- a/data/theme/gnome-shell-sass
+++ b/data/theme/gnome-shell-sass
@@ -1 +1 @@
-Subproject commit 7e13533ab5280fd1370b3e9a7b8ba57a049cfb29
+Subproject commit d8194e25bd9bb67399e90d6a7e10fc559e58114d
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index d3955e8..92529a6 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -859,9 +859,12 @@ StScrollBar {
 .media-message-cover-icon {
   icon-size: 32px; }
   .media-message-cover-icon.fallback {
+    color: #515a5a;
+    background-color: #393f3f;
+    border: 2px solid #393f3f;
+    border-radius: 2px;
     icon-size: 16px;
-    padding: 8px;
-    border: 1px solid #1c1f1f; }
+    padding: 8px; }
 
 .system-switch-user-submenu-icon.user-icon {
   icon-size: 20px;


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