more admin dashboard polish, some code cleanup
This commit is contained in:
parent
65f277b3f2
commit
c547fca0d7
27 changed files with 187 additions and 270 deletions
|
|
@ -8,7 +8,7 @@
|
|||
gap: 1.2em;
|
||||
|
||||
border-radius: 16px;
|
||||
background: var(--bg-2);
|
||||
background-color: var(--bg-2);
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
|
|
@ -45,25 +45,13 @@
|
|||
font-weight: inherit;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
background: var(--bg-0);
|
||||
background-color: var(--bg-0);
|
||||
border: none;
|
||||
border-radius: 4px;
|
||||
outline: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.track-info input[type="text"]:hover,
|
||||
.track-info textarea:hover {
|
||||
border-color: #80808080;
|
||||
}
|
||||
|
||||
.track-info input[type="text"]:active,
|
||||
.track-info textarea:active,
|
||||
.track-info input[type="text"]:focus,
|
||||
.track-info textarea:focus {
|
||||
border-color: #808080;
|
||||
}
|
||||
|
||||
.track-actions {
|
||||
margin-top: 1em;
|
||||
display: flex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue