Blame SOURCES/0001-Update-style.patch

bc3989
From bddab939dedf770220f59394b4d4d5534063f0f1 Mon Sep 17 00:00:00 2001
bc3989
From: rpm-build <rpm-build>
bc3989
Date: Mon, 11 Jun 2018 16:40:34 -0400
689e29
Subject: [PATCH] Update style
689e29
689e29
---
bc3989
 data/gnome-shell-sass/_common.scss | 19 +++++++++++++++++--
bc3989
 1 file changed, 17 insertions(+), 2 deletions(-)
689e29
bc3989
diff --git a/data/gnome-shell-sass/_common.scss b/data/gnome-shell-sass/_common.scss
bc3989
index 2f05098df..de3a9cdbc 100644
bc3989
--- a/data/gnome-shell-sass/_common.scss
bc3989
+++ b/data/gnome-shell-sass/_common.scss
bc3989
@@ -776,6 +776,11 @@ StScrollBar {
bc3989
       //dimensions of the icon are hardcoded
bc3989
     }
bc3989
 
bc3989
+    .panel-logo-icon {
689e29
+      padding-right: .4em;
bc3989
+      icon-size: 1em;
bc3989
+    }
bc3989
+
bc3989
     .system-status-icon,
bc3989
     .app-menu-icon > StIcon,
bc3989
     .popup-menu-arrow {
bc3989
@@ -1397,6 +1402,14 @@ StScrollBar {
689e29
 
bc3989
   }
bc3989
 
bc3989
+  .app-well-hover-text {
bc3989
+      text-align: center;
bc3989
+      color: $osd_fg_color;
bc3989
+      background-color: $osd_bg_color;
bc3989
+      border-radius: 5px;
bc3989
+      padding: 3px;
bc3989
+  }
bc3989
+
bc3989
   .app-well-app-running-dot { //running apps indicator
bc3989
     width: 10px; height: 3px;
bc3989
     background-color: $selected_bg_color;
bc3989
@@ -1769,7 +1782,12 @@ StScrollBar {
bc3989
   .login-dialog-banner { color: darken($osd_fg_color,10%); }
bc3989
   .login-dialog-button-box { spacing: 5px; }
bc3989
   .login-dialog-message-warning { color: $warning_color; }
bc3989
-  .login-dialog-message-hint { padding-top: 0; padding-bottom: 20px; }
bc3989
+  .login-dialog-message-hint, .login-dialog-message {
bc3989
+    color: darken($osd_fg_color, 20%);
bc3989
+    padding-top: 0;
bc3989
+    padding-bottom: 20px;
bc3989
+    min-height: 2.75em;
bc3989
+  }
bc3989
   .login-dialog-user-selection-box { padding: 100px 0px; }
bc3989
   .login-dialog-not-listed-label {
bc3989
     padding-left: 2px;
bc3989
@@ -1825,6 +1843,10 @@ StScrollBar {
bc3989
       padding-bottom: 12px;
bc3989
       spacing: 8px;
bc3989
       width: 23em;
bc3989
+      .login-dialog-timed-login-indicator {
bc3989
+          height: 2px;
bc3989
+          background-color: darken($fg_color,40%);
bc3989
+      }
bc3989
   }
bc3989
 
bc3989
   .login-dialog-prompt-label {