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

@@ -68,6 +68,38 @@
.searchbar-container {
margin-top: -1px;
}
.titlebar {
.path-bar-box {
.dim-label {
color:transparent;
}
button {
&:active, &:checked {
border-radius: 23px;
background: #00e8b7;
box-shadow: 0px 2px 4px rgba(177, 177, 177, 0.753);
color: rgb(255, 250, 250);
&:backdrop{
color: darken(rgb(255, 250, 250), 4%);
label{
color: darken(rgb(255, 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 {