добавил защиту для отчистки событий матча, css стиль темный
This commit is contained in:
@@ -2444,6 +2444,30 @@ body:not(.edit-mode-on) .referee-search {
|
||||
|
||||
.clear-match-modal-content {
|
||||
width: min(420px, 92vw);
|
||||
|
||||
background:
|
||||
linear-gradient(
|
||||
180deg,
|
||||
rgba(31, 36, 46, 0.98),
|
||||
rgba(18, 21, 27, 0.98)
|
||||
) !important;
|
||||
|
||||
border: 1px solid rgba(255,255,255,0.08);
|
||||
color: var(--text);
|
||||
box-shadow: 0 24px 80px rgba(0,0,0,.55);
|
||||
}
|
||||
|
||||
#clearMatchModal .formation-modal-backdrop {
|
||||
background: rgba(0,0,0,.72);
|
||||
backdrop-filter: blur(4px);
|
||||
}
|
||||
|
||||
#clearMatchModal .formation-modal-title {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
#clearMatchModal .formation-modal-subtitle {
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
.clear-match-warning {
|
||||
|
||||
Reference in New Issue
Block a user