Fixed #3
This commit is contained in:
parent
8f0b659a68
commit
96756708e4
3 changed files with 17 additions and 0 deletions
|
@ -4797,6 +4797,10 @@ filechooser paned > separator:dir(rtl),
|
|||
margin-left: 120px;
|
||||
}
|
||||
|
||||
.nautilus-window.background.csd > headerbar.titlebar > box.left.horizontal {
|
||||
background-image: linear-gradient(0deg, #333333 0%, #333333 95%, transparent 95%, transparent 100%);
|
||||
}
|
||||
|
||||
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
|
||||
border-bottom-left-radius: 14px;
|
||||
}
|
||||
|
|
|
@ -4818,6 +4818,10 @@ filechooser paned > separator:dir(rtl),
|
|||
margin-left: 120px;
|
||||
}
|
||||
|
||||
.nautilus-window.background.csd > headerbar.titlebar > box.left.horizontal {
|
||||
background-image: linear-gradient(0deg, #f0f0f0 0%, #f0f0f0 95%, transparent 95%, transparent 100%);
|
||||
}
|
||||
|
||||
.nautilus-window.background.csd > grid.horizontal > paned.horizontal > box.vertical > placessidebar {
|
||||
border-bottom-left-radius: 14px;
|
||||
}
|
||||
|
|
|
@ -109,6 +109,15 @@ filechooser,
|
|||
background-image: $nautilus_header_image;
|
||||
|
||||
> .linked.raised > button:first-child { margin-left: $nautilus_sidebar_size - 80px; }
|
||||
|
||||
@if $trans == 'false' {
|
||||
> box.left.horizontal {
|
||||
background-image: linear-gradient(0deg, $dark_sidebar_bg 0%,
|
||||
$dark_sidebar_bg 95%,
|
||||
transparent 95%,
|
||||
transparent 100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
> grid.horizontal > paned.horizontal > box.vertical > placessidebar {
|
||||
|
|
Loading…
Reference in a new issue