mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Gnome: Improve nautilus search bar appearance
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -5659,7 +5659,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
.nautilus-window .titlebar .search {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 3px;
|
||||
box-shadow: none; }
|
||||
box-shadow: none;
|
||||
margin: 10px 5px 10px 0; }
|
||||
|
||||
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
||||
color: transparent; }
|
||||
@@ -5687,6 +5688,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
box-shadow: none;
|
||||
border: none; }
|
||||
|
||||
.nautilus-window .linked:not(.vertical) > entry {
|
||||
border-radius: 10px; }
|
||||
.nautilus-window .linked:not(.vertical) > entry:focus {
|
||||
border-color: rgba(247, 185, 34, 0.6); }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
@@ -5684,7 +5684,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
.nautilus-window .titlebar .search {
|
||||
border: 1px solid transparent;
|
||||
border-radius: 3px;
|
||||
box-shadow: none; }
|
||||
box-shadow: none;
|
||||
margin: 10px 5px 10px 0; }
|
||||
|
||||
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
||||
color: transparent; }
|
||||
@@ -5712,6 +5713,11 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
box-shadow: none;
|
||||
border: none; }
|
||||
|
||||
.nautilus-window .linked:not(.vertical) > entry {
|
||||
border-radius: 10px; }
|
||||
.nautilus-window .linked:not(.vertical) > entry:focus {
|
||||
border-color: rgba(247, 185, 34, 0.6); }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
Reference in New Issue
Block a user