редактирование времени события. тест

This commit is contained in:
2026-05-15 12:58:19 +03:00
parent a74aab3acd
commit 7f07f982d8
2 changed files with 94 additions and 1 deletions

View File

@@ -2293,3 +2293,16 @@ body:not(.edit-mode-on) .referee-search {
border-radius: 6px;
}
.event-time-edit-btn {
margin-left: 4px;
border: none;
background: transparent;
color: inherit;
cursor: pointer;
opacity: 0.55;
font-size: 11px;
}
.event-time-edit-btn:hover {
opacity: 1;
}