[gnome-shell/wip/aggregate-menu: 92/101] theme: Use the same style for summary popups as we do for popup menus



commit 5830732718805c3a8d4b1356e287f4d790aea6f3
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Fri Apr 19 12:39:52 2013 -0400

    theme: Use the same style for summary popups as we do for popup menus
    
    This makes message tray summary popups look thematically simialar
    to popup menus.

 data/theme/gnome-shell.css |   12 ++----------
 1 files changed, 2 insertions(+), 10 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index ea8ed0f..19b0e1e 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -144,7 +144,8 @@ StScrollBar StButton#vhandle:active {
 }
 
 .popup-menu-boxpointer,
-.candidate-popup-boxpointer {
+.candidate-popup-boxpointer,
+.summary-boxpointer {
     -arrow-border-radius: 8px;
     -arrow-background-color: rgba(0,0,0,0.9);
     -arrow-border-width: 2px;
@@ -1398,15 +1399,6 @@ StScrollBar StButton#vhandle:active {
     min-height: 159px;
 }
 
-.summary-boxpointer {
-    -arrow-border-radius: 15px;
-    -arrow-background-color: rgba(0,0,0,0.9);
-    -arrow-base: 36px;
-    -arrow-rise: 18px;
-    color: white;
-    -boxpointer-gap: 4px;
-}
-
 .summary-boxpointer .notification {
     border-radius: 9px;
     background: rgba(0,0,0,0) !important;


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