diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 88176a703..616df7199 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2496,7 +2496,6 @@ StScrollBar StButton#vhandle:active { font-size: 1.2em; font-weight: bold; padding: 0px 18px; - color: #babdb6; } .screen-shield-notification-count-text { @@ -2518,6 +2517,11 @@ StScrollBar StButton#vhandle:active { padding-bottom: 0px; } +#screenShieldNotifications .notification-button, +#screenShieldNotifications .notification-icon-button { + border: 1px rgba(255,255,255,0.5); +} + .input-source-switcher-symbol { font-size: 34pt; width: 96px;