Fixed floating bar for Nautilus

This commit is contained in:
Eudaimon 2024-01-26 18:03:58 +01:00
parent aa849c85f0
commit 01b83d6d97
5 changed files with 13 additions and 0 deletions

View File

@ -1571,6 +1571,8 @@ XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-co
.nautilus-window .nautilus-list-view row { margin: 0; }
.nautilus-window .floating-bar { background-color: rgba(32, 61, 121, 0.7); color: #66cbec; box-shadow: 0 0 0 1px alpha(#66cbec,0.3); }
#NautilusPathBar { padding: 2px; border: 1px solid alpha(currentColor,0.3); background-color: transparent; }
#NautilusPathBar button, #NautilusPathBar menubutton { margin: 0; }

View File

@ -1654,6 +1654,8 @@ XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-co
.nautilus-window .nautilus-list-view row { margin: 0; }
.nautilus-window .floating-bar { background-color: rgba(32, 61, 121, 0.7); color: #66cbec; box-shadow: 0 0 0 1px alpha(#66cbec,0.3); }
#NautilusPathBar { padding: 2px; border: 1px solid alpha(currentColor,0.3); background-color: transparent; }
#NautilusPathBar button, #NautilusPathBar menubutton { margin: 0; }

View File

@ -43,6 +43,11 @@ XfdesktopIconView.view:active {
row {margin: 0;}
}
.floating-bar {
background-color: $osd_bg_color;
color: $osd_fg_color;
box-shadow: 0 0 0 1px gtkalpha($osd_fg_color, 0.3);
}
}
#NautilusPathBar { //all to overwrite libadwaita

View File

@ -1571,6 +1571,8 @@ XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-co
.nautilus-window .nautilus-list-view row { margin: 0; }
.nautilus-window .floating-bar { background-color: rgba(32, 61, 121, 0.7); color: #66cbec; box-shadow: 0 0 0 1px alpha(#66cbec,0.3); }
#NautilusPathBar { padding: 2px; border: 1px solid alpha(currentColor,0.3); background-color: transparent; }
#NautilusPathBar button, #NautilusPathBar menubutton { margin: 0; }

View File

@ -1654,6 +1654,8 @@ XfdesktopIconView.view:active { text-shadow: none; color: #ffffff; background-co
.nautilus-window .nautilus-list-view row { margin: 0; }
.nautilus-window .floating-bar { background-color: rgba(32, 61, 121, 0.7); color: #66cbec; box-shadow: 0 0 0 1px alpha(#66cbec,0.3); }
#NautilusPathBar { padding: 2px; border: 1px solid alpha(currentColor,0.3); background-color: transparent; }
#NautilusPathBar button, #NautilusPathBar menubutton { margin: 0; }