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