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:
William Jon McCann 2010-03-17 22:51:49 -04:00
parent cc8a95572e
commit ec6a6727e0

View File

@ -98,9 +98,7 @@ StTooltip {
#panel {
color: #ffffff;
font-size: 16px;
background-gradient-direction: vertical;
background-gradient-start: #161616;
background-gradient-end: #000000;
background-color: black;
border-bottom: 1px solid #1f1f1f;
}