From b0c6d44515daf517343184f56db8b5269930712c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Soriano=20S=C3=A1nchez?= Date: Mon, 19 Nov 2012 13:22:40 +0100 Subject: [PATCH] Theme: improve notification scrollbar appearance Message tray: modify bubble scrollview notification padding to have the same padding at right, bottom, top and left since having different padding make scrollbar looks missaligned. Also adjust border radius of bubble to not clash the scrollbar. https://bugzilla.gnome.org/show_bug.cgi?id=688393 --- data/theme/gnome-shell.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 23c2f090d..0374e5504 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -1310,7 +1310,7 @@ StScrollBar StButton#vhandle:active { } .summary-boxpointer { - -arrow-border-radius: 8px; + -arrow-border-radius: 15px; -arrow-background-color: rgba(0,0,0,0.8); -arrow-base: 36px; -arrow-rise: 18px; @@ -1331,8 +1331,8 @@ StScrollBar StButton#vhandle:active { .summary-notification-stack-scrollview { max-height: 18em; - padding-top: 6px; - padding-bottom: 6px; + padding-top: 8px; + padding-bottom: 8px; } .summary-notification-stack-scrollview:ltr {