1
0
mirror of https://gitlab.gnome.org/GNOME/nautilus synced 2024-06-30 23:46:35 +00:00

Floating-bar: Make background slightly darker

This improves the contrast against the background, and is consistent
with the background color of the path bar.
This commit is contained in:
piegames 2024-05-30 11:24:35 +02:00 committed by Peter Eisenmann
parent 16b81477b3
commit 626a04509c

View File

@ -110,7 +110,7 @@
.floating-bar {
padding: 3px;
background-color: @view_bg_color;
box-shadow: inset 0 100px 0 0 alpha(currentColor, 0.05);
box-shadow: inset 0 100px 0 0 alpha(currentColor, 0.1);
border-radius: 8px;
}