[gnome-shell] theme: Set -arrow-rise property of backgroundMenu to 0



commit 297877fbe2960054b928993abcf7f1c55f1abaf6
Author: Tarun Kumar Joshi <tj joshi7 gmail com>
Date:   Tue Oct 1 11:43:23 2013 +0530

    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

 data/theme/gnome-shell.css |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/data/theme/gnome-shell.css b/data/theme/gnome-shell.css
index 1ba8250..f1b4293 100644
--- a/data/theme/gnome-shell.css
+++ b/data/theme/gnome-shell.css
@@ -2624,4 +2624,5 @@ StScrollBar StButton#vhandle:active {
 
 .background-menu {
     -boxpointer-gap: 4px;
+    -arrow-rise: 0px;
 }


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