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.
This commit is contained in:
Allan Day 2012-07-13 21:29:56 +01:00 committed by Allan Day
parent 63cdb1848e
commit bfd4016c1c

View File

@ -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;
}