mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 1 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue