forked from DebaucheryLibrarian/traxxx
Added alert transfer tools. Removed stash and alert add-tiles in favor of more prominent heading buttons.
This commit is contained in:
@@ -26,6 +26,8 @@
|
||||
}
|
||||
|
||||
.button {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
border: none;
|
||||
background: none;
|
||||
padding: .5rem;
|
||||
@@ -49,6 +51,11 @@
|
||||
background: var(--shadow-weak);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.icon {
|
||||
fill: var(--text-light);
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.button-secondary {
|
||||
@@ -57,12 +64,21 @@
|
||||
&:hover:not(:disabled) {
|
||||
color: var(--text-light);
|
||||
background: var(--primary);
|
||||
|
||||
.icon {
|
||||
fill: var(--text-light);
|
||||
}
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
color: var(--shadow-strong);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.icon {
|
||||
fill: var(--primary);
|
||||
margin-right: .5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.album-toggle {
|
||||
|
||||
Reference in New Issue
Block a user