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:
parent
1b03484b04
commit
b45bbb77ef
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user