mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-03 06:28:01 +00:00
26cb8a5bfc
* change directory structure move test file to __tests__ at the module directory * test function Add more tests to ensure the function remains safe * fix coverage filter * change directory structure move to utilities folder * refract formatDisplay with tst * test millis * test millis to seconds * refract millis functions * refractor timeStringToMillis * create utility consts * style component * fixed bug with hidezero parameter * fix issue with cancelling input edit * style tweak
17 lines
308 B
CSS
17 lines
308 B
CSS
.editable,
|
|
.delayedEditable {
|
|
background-color: rgba(255, 255, 255, 0.03);
|
|
border: 1px solid rgba(255, 255, 255, 0.05);
|
|
border-radius: 4px;
|
|
width: 6.5em;
|
|
letter-spacing: 1px;
|
|
height: fit-content;
|
|
|
|
text-align: center;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.delayedEditable {
|
|
border: 1px solid #d69e2e55;
|
|
}
|