mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Add gnome 3.30 support
This commit is contained in:
@@ -5499,6 +5499,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: #00e8b7;
|
||||
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
|
||||
color: snow; }
|
||||
.nautilus-window .titlebar .path-bar-box button:active:backdrop, .nautilus-window .titlebar .path-bar-box button:checked:backdrop {
|
||||
color: #ffe6e6; }
|
||||
.nautilus-window .titlebar .path-bar-box button:active:backdrop label, .nautilus-window .titlebar .path-bar-box button:checked:backdrop label {
|
||||
color: #ffe6e6; }
|
||||
|
||||
.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: #00D3A7;
|
||||
box-shadow: none;
|
||||
border: none; }
|
||||
|
||||
.nautilus-circular-button {
|
||||
border-radius: 20px;
|
||||
-gtk-outline-radius: 20px; }
|
||||
|
||||
Reference in New Issue
Block a user