mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-15 16:09:53 +01:00
Gnome: Improve nautilus search bar appearance
This commit is contained in:
@@ -72,8 +72,10 @@
|
|||||||
.titlebar {
|
.titlebar {
|
||||||
.search {
|
.search {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 3px;
|
border-radius: 10px;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.path-bar-box {
|
.path-bar-box {
|
||||||
.dim-label {
|
.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 {
|
.nautilus-circular-button {
|
||||||
|
|||||||
@@ -5601,8 +5601,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
|
|
||||||
.nautilus-window .titlebar .search {
|
.nautilus-window .titlebar .search {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 3px;
|
border-radius: 10px;
|
||||||
box-shadow: none; }
|
box-shadow: none;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px; }
|
||||||
|
|
||||||
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
.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; }
|
color: transparent; }
|
||||||
@@ -5630,6 +5632,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none; }
|
border: none; }
|
||||||
|
|
||||||
|
.nautilus-window .linked:not(.vertical) > entry {
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-right: 5px; }
|
||||||
|
.nautilus-window .linked:not(.vertical) > entry:focus {
|
||||||
|
border-color: rgba(197, 14, 210, 0.6); }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
-gtk-outline-radius: 20px; }
|
-gtk-outline-radius: 20px; }
|
||||||
|
|||||||
@@ -5601,8 +5601,10 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
|
|
||||||
.nautilus-window .titlebar .search {
|
.nautilus-window .titlebar .search {
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 3px;
|
border-radius: 10px;
|
||||||
box-shadow: none; }
|
box-shadow: none;
|
||||||
|
margin-top: 10px;
|
||||||
|
margin-bottom: 10px; }
|
||||||
|
|
||||||
.nautilus-window .titlebar .path-bar-box .dim-label, .nautilus-window .titlebar .path-bar-box label.separator, .nautilus-window .titlebar .path-bar-box .subtitle {
|
.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; }
|
color: transparent; }
|
||||||
@@ -5630,6 +5632,12 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
|||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
border: none; }
|
border: none; }
|
||||||
|
|
||||||
|
.nautilus-window .linked:not(.vertical) > entry {
|
||||||
|
border-radius: 10px;
|
||||||
|
margin-right: 5px; }
|
||||||
|
.nautilus-window .linked:not(.vertical) > entry:focus {
|
||||||
|
border-color: rgba(197, 14, 210, 0.6); }
|
||||||
|
|
||||||
.nautilus-circular-button {
|
.nautilus-circular-button {
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
-gtk-outline-radius: 20px; }
|
-gtk-outline-radius: 20px; }
|
||||||
|
|||||||
Reference in New Issue
Block a user