mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 15:29:53 +01:00
Add gnome 3.30 support
This commit is contained in:
@@ -5498,6 +5498,25 @@ window.background.budgie-settings-window.csd > box.horizontal > stack > scrolled
|
||||
.nautilus-window .searchbar-container {
|
||||
margin-top: -1px; }
|
||||
|
||||
.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; }
|
||||
|
||||
.nautilus-window .titlebar .path-bar-box button:active, .nautilus-window .titlebar .path-bar-box button:checked {
|
||||
border-radius: 23px;
|
||||
background: linear-gradient(to right, #c50ed2, #8500f7);
|
||||
box-shadow: 0px 0px 5px rgba(197, 14, 210, 0.98);
|
||||
color: #fafafa; }
|
||||
.nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop {
|
||||
color: #f0f0f0; }
|
||||
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
|
||||
color: #f0f0f0; }
|
||||
|
||||
.nautilus-window .titlebar .linked button:active, .nautilus-window .titlebar .linked button:checked, .nautilus-window .titlebar .linked button:active:backdrop, .nautilus-window .titlebar .linked button:checked:backdrop {
|
||||
background: transparent;
|
||||
color: #c50ed2;
|
||||
box-shadow: none;
|
||||
border: none; }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
Reference in New Issue
Block a user