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

@@ -68,6 +68,38 @@
.searchbar-container {
margin-top: -1px;
}
.titlebar {
.path-bar-box {
.dim-label {
color:transparent;
}
button {
&:active, &:checked {
border-radius: 23px;
background: linear-gradient(to right, #c50ed2, #8500f7);
box-shadow: 0px 0px 5px transparentize(#c50ed2, 0.02);
color: rgb(250, 250, 250);
&:backdrop{
color: darken(rgb(250, 250, 250), 4%);
label{
color: darken(rgb(250, 250, 250), 4%);;
}
}
}
}
}
.linked {
button {
&:active, &:checked, &:active:backdrop, &:checked:backdrop {
background: transparent;
color: $selected_bg_color;
box-shadow: none;
border: none; }
}
}
}
}
.nautilus-circular-button {