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



commit ac29a050f15283cb41a5b427af9b01a0c41dd074
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 5b4750e..00f536c 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;
@@ -1394,15 +1395,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]