mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Gnome: Improve nautilus search bar appearance
This commit is contained in:
@@ -73,6 +73,7 @@
|
||||
.search{
|
||||
border: 1px solid $borders_color;
|
||||
border-radius: 3px;
|
||||
margin: 10px 5px 10px 0;
|
||||
}
|
||||
.path-bar-box {
|
||||
.dim-label {
|
||||
@@ -100,6 +101,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.linked:not(.vertical) > entry {
|
||||
border-radius: 10px;
|
||||
&:focus {
|
||||
border-color: transparentize($selected_bg_color, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nautilus-circular-button {
|
||||
|
||||
Reference in New Issue
Block a user