gfsd
This commit is contained in:
@@ -2012,3 +2012,26 @@
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.album-stage-tags-wrap {
|
||||
width: 100%;
|
||||
margin-top: 4px;
|
||||
}
|
||||
|
||||
.album-stage-tags-input {
|
||||
width: 100%;
|
||||
background: rgba(0, 0, 0, 0.45);
|
||||
border: 1px solid rgba(255, 255, 255, 0.15);
|
||||
border-radius: 4px;
|
||||
padding: 3px 6px;
|
||||
font-size: 0.68rem;
|
||||
color: #fff;
|
||||
outline: none;
|
||||
box-sizing: border-box;
|
||||
transition: border-color 0.2s ease, background 0.2s ease;
|
||||
}
|
||||
|
||||
.album-stage-tags-input:focus {
|
||||
border-color: var(--accent);
|
||||
background: rgba(0, 0, 0, 0.65);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user