mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
StScrollView: Remove default shadow style
Remove the default shadow style but still allow StScrollView users to use a shadow by explicitly setting it. https://bugzilla.gnome.org/show_bug.cgi?id=635647
This commit is contained in:
parent
35b5cb9860
commit
670048e555
1 changed files with 0 additions and 15 deletions
|
|
@ -48,21 +48,6 @@ StScrollView StScrollBar
|
|||
min-height: 16px;
|
||||
}
|
||||
|
||||
StScrollView > .top-shadow
|
||||
{
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: #111111;
|
||||
background-gradient-end: rgba(17, 17, 17, 0);
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
StScrollView > .bottom-shadow
|
||||
{
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(17, 17, 17, 0);
|
||||
background-gradient-end: #111111;
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
StScrollBar StBin#trough {
|
||||
background-color: #080808;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue