theme: add some transparency to the menu backgrounds

They look too hard with a fully opaque black background. A small
bit of transparency will give a softer appearance without impairing
readability.

https://bugzilla.gnome.org/show_bug.cgi?id=694202
This commit is contained in:
Allan Day 2013-02-19 18:45:32 +00:00
parent dd6fe58475
commit 8349b70ba8

View File

@ -128,7 +128,7 @@ StScrollBar StButton#vhandle:active {
.popup-menu-boxpointer {
-arrow-border-radius: 8px;
-arrow-background-color: black;
-arrow-background-color: rgba(0,0,0,0.9);
-arrow-border-width: 2px;
-arrow-border-color: #a5a5a5;
-arrow-base: 24px;