[gnome-shell/wip/rstrode/rhel-8.0.0: 30/50] remoteAccess: Make indicator orange



commit 0e7c424e500edbb5caee9ec073078dc516544f83
Author: Jonas Ã…dahl <jadahl gmail com>
Date:   Fri Jul 27 18:07:52 2018 +0200

    remoteAccess: Make indicator orange
    
    Make the indicator for active remote access use the warning color, to
    indicate the severity of allowing remote access.
    
    This only makes the indicator icon orange; the icon in the system menu
    is still white.

 data/theme/gnome-shell-sass/_common.scss | 2 ++
 js/ui/status/remoteAccess.js             | 1 +
 2 files changed, 3 insertions(+)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 5bf01a540..a4a2786e0 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -829,6 +829,8 @@ StScrollBar {
 
   .screencast-indicator { color: $warning_color; }
 
+  .remote-access-indicator { color: $warning_color; }
+
   &.solid {
     background-color: black;
     /* transition from transparent to solid */
diff --git a/js/ui/status/remoteAccess.js b/js/ui/status/remoteAccess.js
index ffa334001..db94d130d 100644
--- a/js/ui/status/remoteAccess.js
+++ b/js/ui/status/remoteAccess.js
@@ -41,6 +41,7 @@ var RemoteAccessApplet = new Lang.Class({
 
         this._indicator = this._addIndicator();
         this._indicator.icon_name = 'screen-shared-symbolic';
+        this._indicator.add_style_class_name('remote-access-indicator');
         this._item =
             new PopupMenu.PopupSubMenuMenuItem(_("Screen is Being Shared"),
                                                true);


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