mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
feat: allow editing times in cuesheet
This commit is contained in:
committed by
Carlos Valente
parent
b38a7e5c92
commit
bdd2a62cee
+5
-2
@@ -1,12 +1,15 @@
|
||||
/* element attempts matching input styles */
|
||||
.textInput {
|
||||
padding-top: 0.25rem;
|
||||
height: 2rem;
|
||||
background-color: transparent;
|
||||
border-radius: 3px;
|
||||
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 0.25rem;
|
||||
|
||||
&.muted {
|
||||
color: $label-gray;
|
||||
color: $muted-gray;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user