mirror of
https://github.com/vinceliuice/Lavanda-gtk-theme.git
synced 2025-09-17 00:18:40 -07:00
Fixed issues
This commit is contained in:
@@ -5202,6 +5202,8 @@ $window-space: $space-size * 1.5;
|
|||||||
|
|
||||||
headerbar windowcontrols {
|
headerbar windowcontrols {
|
||||||
border-spacing: $space-size;
|
border-spacing: $space-size;
|
||||||
|
margin-top: $space-size;
|
||||||
|
margin-bottom: $space-size;
|
||||||
|
|
||||||
&:not(.empty) {
|
&:not(.empty) {
|
||||||
&.start:dir(ltr),
|
&.start:dir(ltr),
|
||||||
|
@@ -44,35 +44,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.nautilus-window {
|
.nautilus-window {
|
||||||
.content-pane .top-bar headerbar {
|
|
||||||
background-color: transparent;
|
|
||||||
box-shadow: inset 0 1px highlight($titlebar);
|
|
||||||
|
|
||||||
&:backdrop {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.content-pane {
|
|
||||||
.top-bar headerbar {
|
|
||||||
box-shadow: inset 0 1px highlight($titlebar);
|
|
||||||
background-color: $titlebar;
|
|
||||||
border-bottom: 1px solid $border;
|
|
||||||
|
|
||||||
&:backdrop {
|
|
||||||
background-color: $titlebar-backdrop;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
toolbarview.undershoot-top scrolledwindow {
|
|
||||||
@include undershoot(top);
|
|
||||||
}
|
|
||||||
|
|
||||||
toolbarview.undershoot-bottom scrolledwindow {
|
|
||||||
@include undershoot(bottom);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
placesview {
|
placesview {
|
||||||
label { color: $text-secondary; }
|
label { color: $text-secondary; }
|
||||||
}
|
}
|
||||||
@@ -101,6 +72,29 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nautilus-window,
|
||||||
|
#NautilusFileChooser {
|
||||||
|
.content-pane {
|
||||||
|
.top-bar headerbar {
|
||||||
|
box-shadow: inset 0 1px highlight($titlebar);
|
||||||
|
background-color: $titlebar;
|
||||||
|
border-bottom: 1px solid $border;
|
||||||
|
|
||||||
|
&:backdrop {
|
||||||
|
background-color: $titlebar-backdrop;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
toolbarview.undershoot-top scrolledwindow {
|
||||||
|
@include undershoot(top);
|
||||||
|
}
|
||||||
|
|
||||||
|
toolbarview.undershoot-bottom scrolledwindow {
|
||||||
|
@include undershoot(bottom);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.floating-bar {
|
.floating-bar {
|
||||||
min-height: 32px;
|
min-height: 32px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
Reference in New Issue
Block a user