theme: don't do harsh gradients for submenus

- use a more flat gradient for submenus. nothing is as curved
  and it doesn't help legibility.

https://bugzilla.gnome.org/show_bug.cgi?id=706037
This commit is contained in:
Jakub Steiner 2013-08-22 15:38:29 +02:00
parent 1b03484b04
commit b45bbb77ef

View File

@ -167,7 +167,7 @@ StScrollBar StButton#vhandle:active {
.popup-sub-menu {
background-gradient-start: rgba(80,80,80,0.3);
background-gradient-end: rgba(80,80,80,0.7);
background-gradient-end: rgba(80,80,80,0.4);
background-gradient-direction: vertical;
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
}