From bfd4016c1c3432460853ee718b3474f552f91f5e Mon Sep 17 00:00:00 2001 From: Allan Day Date: Fri, 13 Jul 2012 21:29:56 +0100 Subject: [PATCH] boxpointer style updates Style updates to match current mockups. Give panel menus a opaque black background, remove the border from notification boxpointers and give them a bigger pointer. --- data/theme/gnome-shell.css | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css index 2a980b17b..7be08c87b 100644 --- a/data/theme/gnome-shell.css +++ b/data/theme/gnome-shell.css @@ -136,7 +136,7 @@ StScrollBar StButton#vhandle:hover .popup-menu-boxpointer { -arrow-border-radius: 8px; - -arrow-background-color: rgba(0,0,0,0.9); + -arrow-background-color: black; -arrow-border-width: 2px; -arrow-border-color: #a5a5a5; -arrow-base: 24px; @@ -1176,11 +1176,9 @@ StScrollBar StButton#vhandle:hover .summary-boxpointer { -arrow-border-radius: 8px; - -arrow-background-color: rgba(0,0,0,0.9); - -arrow-border-width: 2px; - -arrow-border-color: #a5a5a5; - -arrow-base: 24px; - -arrow-rise: 11px; + -arrow-background-color: rgba(0,0,0,0.8); + -arrow-base: 36px; + -arrow-rise: 18px; color: white; }