mirror of
https://github.com/EliverLara/Nordic.git
synced 2026-09-25 16:40:34 -04:00
Gnome 46: Nautilus - Fix file operations indicator appearance
This commit is contained in:
@@ -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 *
|
||||
*****************/
|
||||
|
||||
@@ -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 *
|
||||
*****************/
|
||||
|
||||
@@ -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; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user