MediaWiki:Vector-2022.css: различия между версиями
Внешний вид
Glamyr (обсуждение | вклад) Нет описания правки |
Glamyr (обсуждение | вклад) Нет описания правки |
||
| Строка 1: | Строка 1: | ||
.vector-pinnable-header-toggle-button { | .vector-pinnable-header-toggle-button { | ||
color: # | background-color: #3366cc !important; | ||
color: #ffffff !important; | |||
border-radius: 4px !important; | |||
padding: 4px 8px !important; | |||
} | } | ||
.vector-pinnable-header-toggle-button:hover { | .vector-pinnable-header-toggle-button:hover { | ||
color: # | background-color: #2a4b8d !important; | ||
color: #ffffff !important; | |||
} | } | ||
Версия от 16:07, 13 июня 2026
.vector-pinnable-header-toggle-button {
background-color: #3366cc !important;
color: #ffffff !important;
border-radius: 4px !important;
padding: 4px 8px !important;
}
.vector-pinnable-header-toggle-button:hover {
background-color: #2a4b8d !important;
color: #ffffff !important;
}