theme: Set -arrow-rise property of backgroundMenu to 0

Background menu shown on right clicking desktop background has an arrow
pointer which points to nothing. This patch sets its height (rise) to 0
so that no arrow is formed.

https://bugzilla.gnome.org/show_bug.cgi?id=699608
This commit is contained in:
Tarun Kumar Joshi 2013-10-01 11:43:23 +05:30 committed by Carlos Soriano
parent 0d92451c49
commit 297877fbe2

View File

@ -2624,4 +2624,5 @@ StScrollBar StButton#vhandle:active {
.background-menu {
-boxpointer-gap: 4px;
-arrow-rise: 0px;
}