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
|
|
@ -1416,7 +1416,7 @@ searchbar > revealer > box {
|
|||
***************/
|
||||
%titlebar,
|
||||
headerbar {
|
||||
padding: 0 6px;
|
||||
padding: 4px;
|
||||
min-height: $_headerbar_height;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
|
|
@ -1623,12 +1623,12 @@ headerbar {
|
|||
spinbutton,
|
||||
separator:not(.sidebar),
|
||||
button {
|
||||
margin-top: $_hb_btn_pad;
|
||||
margin-bottom: $_hb_btn_pad;
|
||||
//margin-top: $_hb_btn_pad;
|
||||
//margin-bottom: $_hb_btn_pad;
|
||||
}
|
||||
switch {
|
||||
margin-top: $_switch_margin;
|
||||
margin-bottom: $_switch_margin;
|
||||
//margin-top: $_switch_margin;
|
||||
//margin-bottom: $_switch_margin;
|
||||
}
|
||||
|
||||
&.titlebar headerbar:not(.titlebar) {
|
||||
|
|
|
|||
|
|
@ -458,7 +458,7 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
|
|||
.inline-toolbar, searchbar > revealer > box, .location-bar { border-style: solid; background-color: #373636; }
|
||||
|
||||
/*************** Header bars * */
|
||||
.titlebar:not(headerbar), headerbar { padding: 0 6px; min-height: 2.5em; border: none; border-radius: 0px; background-color: #507800; color: #d1ff96; border: none; /* Darken switchbuttons for headerbars. issue #1588 */ /* hide the close button separator */ }
|
||||
.titlebar:not(headerbar), headerbar { padding: 4px; min-height: 2.5em; border: none; border-radius: 0px; background-color: #507800; color: #d1ff96; border: none; /* Darken switchbuttons for headerbars. issue #1588 */ /* hide the close button separator */ }
|
||||
|
||||
.titlebar:backdrop:not(headerbar), headerbar:backdrop { background-color: #3f3e3e; color: #EDF0F5; transition: none; }
|
||||
|
||||
|
|
@ -520,10 +520,6 @@ searchbar > revealer > box { margin: -6px; padding: 6px; }
|
|||
|
||||
.solid-csd .titlebar:dir(rtl):not(headerbar), .solid-csd .titlebar:dir(ltr):not(headerbar), .solid-csd headerbar:backdrop:dir(rtl), .solid-csd headerbar:backdrop:dir(ltr), .solid-csd headerbar:dir(rtl), .solid-csd headerbar:dir(ltr) { margin-left: -1px; margin-right: -1px; margin-top: -1px; border-radius: 0; box-shadow: none; }
|
||||
|
||||
headerbar entry, headerbar spinbutton, headerbar separator:not(.sidebar), headerbar button { margin-top: 5px; margin-bottom: 5px; }
|
||||
|
||||
headerbar switch { margin-top: 7px; margin-bottom: 7px; }
|
||||
|
||||
headerbar.titlebar headerbar:not(.titlebar) { background: none; box-shadow: none; }
|
||||
|
||||
.background .titlebar:backdrop, .background .titlebar { border-radius: 0; }
|
||||
|
|
@ -1534,6 +1530,20 @@ XfdesktopIconView.view:active { text-shadow: none; color: #d1ff96; background-co
|
|||
|
||||
.nemo-desktop-window notebook { border: none; }
|
||||
|
||||
.nautilus-window .top-bar { background-color: #507800; color: #d1ff96; }
|
||||
|
||||
.nautilus-window .top-bar:backdrop { background-color: #3f3e3e; color: #EDF0F5; transition: none; }
|
||||
|
||||
.nautilus-window .top-bar .collapse-spacing { padding: 0; }
|
||||
|
||||
.nautilus-window .nautilus-list-view columnview, .nautilus-window .nautilus-list-view listview, .nautilus-window .nautilus-list-view cell { padding: 0; margin: 0; }
|
||||
|
||||
.nautilus-window .nautilus-list-view row { margin: 0; }
|
||||
|
||||
#NautilusPathBar button, #NautilusPathBar menubutton { margin: 0; }
|
||||
|
||||
windowhandle > box { padding: 0; }
|
||||
|
||||
/* GTK NAMED COLORS ---------------- use responsibly! */
|
||||
/*
|
||||
widget text/foreground color */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue