Gnome 46: Nautilus - Fix file operations indicator appearance

This commit is contained in:
EliverLara
2024-07-03 15:46:12 -06:00
parent f75e18799b
commit e60138231f
3 changed files with 33 additions and 0 deletions
+12
View File
@@ -4184,6 +4184,18 @@ placessidebar.sidebar, .nautilus-window .navigation-sidebar {
placessidebar.sidebar list:backdrop, .nautilus-window .navigation-sidebar list:backdrop {
background-color: transparent; }
.bottom-bar {
background-color: #2e3440; }
.bottom-bar button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none; }
.bottom-bar button .view, .bottom-bar button iconview {
background-color: transparent; }
/*****************
* GtkSpinButton *
*****************/
+12
View File
@@ -4184,6 +4184,18 @@ placessidebar.sidebar, .nautilus-window .navigation-sidebar {
placessidebar.sidebar list:backdrop, .nautilus-window .navigation-sidebar list:backdrop {
background-color: transparent; }
.bottom-bar {
background-color: #2e3440; }
.bottom-bar button {
border-color: transparent;
background-color: transparent;
background-image: none;
box-shadow: inset 0 1px rgba(255, 255, 255, 0);
text-shadow: none;
-gtk-icon-shadow: none; }
.bottom-bar button .view, .bottom-bar button iconview {
background-color: transparent; }
/*****************
* GtkSpinButton *
*****************/
+9
View File
@@ -203,3 +203,12 @@ placessidebar.sidebar, .nautilus-window .navigation-sidebar{
}
// Gnome 46: File operations status bar at the bottom of sidebar
.bottom-bar {
background-color: $_sidebar_color;
button {
@include button(undecorated);
.view { background-color: transparent; }
}
}