mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
feat: edit duration in cuesheet
This commit is contained in:
committed by
Carlos Valente
parent
c445c42f8a
commit
88b114020b
+16
@@ -0,0 +1,16 @@
|
||||
/* element attempts matching input styles */
|
||||
.textInput {
|
||||
padding-top: 0.25rem;
|
||||
height: 2rem;
|
||||
background-color: transparent;
|
||||
border-radius: 3px;
|
||||
|
||||
&.muted {
|
||||
color: $label-gray;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
background-color: $gray-1100;
|
||||
cursor: text;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user