изменение текущего времени, тест 2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user