Add gnome 3.30 support

This commit is contained in:
EliverLara
2018-11-06 14:47:09 -06:00
parent 9df39eb645
commit aee36320db
5 changed files with 104 additions and 4 deletions

View File

@@ -5524,6 +5524,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; }