mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-13 23:39:51 +01:00
Add gnome 3.30 support
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user