тест. линки на обычных игроков

This commit is contained in:
2026-04-21 15:02:28 +03:00
parent e8a7c5934b
commit b42449d42b
2 changed files with 88 additions and 76 deletions

View File

@@ -2240,4 +2240,24 @@ body:not(.edit-mode-on) .referee-search {
.matrix-loader.is-success .matrix-title {
color: #9dffb2;
}
.player-link {
cursor: pointer;
}
.player-link .last-name,
.player-link .first-name,
.coach-link-btn .coach-name,
.coach-left .coach-name {
color: #8ab4ff;
text-decoration: underline;
text-underline-offset: 2px;
}
.player-link:hover .last-name,
.player-link:hover .first-name,
.coach-link-btn:hover .coach-name,
.coach-left:hover .coach-name {
color: #a9c7ff;
}