Don't use a gradient on the top menu bar
Now that we don't use pure black for the overview background there is less incentive to soften or differentiate the top bar using a gradient. Without a gradient it blends better with screen bezels and reinforces the idea of being negative space.
This commit is contained in:
parent
cc8a95572e
commit
ec6a6727e0
@ -98,9 +98,7 @@ StTooltip {
|
|||||||
#panel {
|
#panel {
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
background-gradient-direction: vertical;
|
background-color: black;
|
||||||
background-gradient-start: #161616;
|
|
||||||
background-gradient-end: #000000;
|
|
||||||
border-bottom: 1px solid #1f1f1f;
|
border-bottom: 1px solid #1f1f1f;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user