Add gnome 3.30 support

This commit is contained in:
EliverLara
2018-11-06 14:47:09 -06:00
parent cc232b062f
commit 38caa1d51c
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, #eee90a, $selected_bg_color) ;
box-shadow: 0px 2px 4px transparentize($selected_bg_color, 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 {