Gnome: Improve nautilus search bar appearance

This commit is contained in:
EliverLara
2020-08-13 15:09:56 -05:00
parent e2b15c5f07
commit 0965f877a1
3 changed files with 22 additions and 2 deletions

View File

@@ -74,6 +74,7 @@
border: 1px solid transparent;
border-radius: 3px;
box-shadow: none;
margin: 10px 5px 10px 0;
}
.path-bar-box {
.dim-label {
@@ -101,6 +102,13 @@
}
}
}
.linked:not(.vertical) > entry {
border-radius: 10px;
&:focus {
border-color: transparentize($selected_bg_color, 0.4);
}
}
}
.nautilus-circular-button {