From c0345f1088f3df9a760a841a5b8d97ae9d1f5b34 Mon Sep 17 00:00:00 2001 From: Allan Day Date: Tue, 16 Jul 2013 15:14:14 +0100 Subject: [PATCH] theme: adjust scroll bar styling to new background color Since the background color changed, the style of the scroll bar needs to be adjusted to compensate. https://bugzilla.gnome.org/show_bug.cgi?id=702305 --- data/theme/gnome-shell.css | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index b65142628..da48e33e1 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -2521,6 +2521,26 @@ StScrollBar StButton#vhandle:active { border: 1px rgba(255,255,255,0.5); } +#screenShieldNotifications StScrollBar StBin#trough { + background-color: rgba(0,0,0,0.2); +} + +#screenShieldNotifications StScrollBar StButton#vhandle, +#screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(0,0,0,0.3); + border: none; +} + +#screenShieldNotifications StScrollBar StButton#vhandle:hover, +#screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(0,0,0,0.6); +} + +#screenShieldNotifications StScrollBar StButton#vhandle:active, +#screenShieldNotifications StScrollBar StButton#hhandle { + background-color: rgba(0,0,0,0.8); +} + .input-source-switcher-symbol { font-size: 34pt; width: 96px;