mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-16 16:39:52 +01:00
Gnome: Improve nautilus search bar appearance
This commit is contained in:
@@ -72,8 +72,10 @@
|
||||
.titlebar {
|
||||
.search {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 3px;
|
||||
border-radius: 10px;
|
||||
box-shadow: none;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.path-bar-box {
|
||||
.dim-label {
|
||||
@@ -101,6 +103,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.linked:not(.vertical) > entry {
|
||||
border-radius: 10px;
|
||||
margin-right: 5px;
|
||||
&:focus {
|
||||
border-color: transparentize($selected_bg_color, 0.4);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nautilus-circular-button {
|
||||
|
||||
Reference in New Issue
Block a user