изменение текущего времени, тест 2

This commit is contained in:
2026-05-25 14:02:32 +03:00
parent 508d209377
commit 9db889ca4b
3 changed files with 187 additions and 46 deletions

View File

@@ -2351,4 +2351,35 @@ body:not(.edit-mode-on) .referee-search {
.event-time-edit-btn:focus-visible {
outline: 2px solid rgba(95,132,255,0.45);
outline-offset: 2px;
}
.timer-box-clickable {
cursor: pointer;
}
.clock-editor-modal {
position: fixed;
inset: 0;
background: rgba(0,0,0,.45);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
}
.clock-editor-content {
background: #1f1f1f;
padding: 20px;
border-radius: 12px;
width: 320px;
color: white;
}
.clock-editor-content input {
width: 100%;
padding: 10px;
font-size: 24px;
text-align: center;
margin-top: 10px;
margin-bottom: 15px;
}