mirror of
https://git.disroot.org/eudaimon/Simplewaita.git
synced 2026-03-10 04:21:07 +00:00
Serious improvements for Nautilus
This commit is contained in:
parent
f5d2d518a3
commit
20c6bde7ac
7 changed files with 151 additions and 73 deletions
|
|
@ -37,6 +37,43 @@ XfdesktopIconView.view:active {
|
|||
|
||||
}
|
||||
|
||||
|
||||
.nemo-desktop-window notebook {
|
||||
border: none;
|
||||
}
|
||||
|
||||
.nautilus-window {
|
||||
.top-bar {
|
||||
background-color: $titlebar_active_bg;
|
||||
color: $titlebar_active_fg;
|
||||
|
||||
&:backdrop {
|
||||
background-color: $titlebar_backdrop_bg;
|
||||
color: $titlebar_backdrop_fg;
|
||||
transition: none;//$backdrop_transition;
|
||||
}
|
||||
.collapse-spacing {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
.nautilus-list-view {
|
||||
columnview, listview, cell {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
row {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#NautilusPathBar {
|
||||
button, menubutton {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
windowhandle > box {
|
||||
padding: 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue