mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 07:29: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 {
|
||||
|
||||
@@ -5624,7 +5624,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
|
||||
.nautilus-window .titlebar .search {
|
||||
border: 1px solid rgba(238, 238, 238, 0.1);
|
||||
border-radius: 3px; }
|
||||
border-radius: 3px;
|
||||
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; }
|
||||
@@ -5652,6 +5653,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(0, 211, 167, 0.6); }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
@@ -5649,7 +5649,8 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
|
||||
.nautilus-window .titlebar .search {
|
||||
border: 1px solid rgba(0, 0, 0, 0.13);
|
||||
border-radius: 3px; }
|
||||
border-radius: 3px;
|
||||
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; }
|
||||
@@ -5677,6 +5678,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(0, 211, 167, 0.6); }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
Reference in New Issue
Block a user