[gnome-shell] boxpointer style updates



commit bfd4016c1c3432460853ee718b3474f552f91f5e
Author: Allan Day <allanpday gmail com>
Date:   Fri Jul 13 21:29:56 2012 +0100

    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 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 2a980b1..7be08c8 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;
 }
 



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