Add gnome 3.30 support

This commit is contained in:
EliverLara
2018-11-06 14:47:09 -06:00
parent 3fd04e4dc2
commit 8aa70949f8
5 changed files with 104 additions and 4 deletions

View File

@@ -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; }