Перейти к содержанию

MediaWiki:Vector-2022.css: различия между версиями

Материал из MassMeta Wiki
Нет описания правки
Нет описания правки
Строка 1: Строка 1:
.vector-dropdown-label .vector-icon {
.vector-pinnable-header-toggle-button {
     filter: invert(30%) sepia(80%) saturate(2000%) hue-rotate(210deg) !important;
     color: #ff5500 !important;
}
}


.vector-dropdown:hover .vector-icon {
.vector-pinnable-header-toggle-button:hover {
     filter: invert(50%) sepia(80%) saturate(1500%) hue-rotate(180deg) !important;
     color: #ff0000 !important;
    background-color: rgba(255, 85, 0, 0.1) !important;  
}
}

Версия от 16:05, 13 июня 2026

.vector-pinnable-header-toggle-button {
    color: #ff5500 !important;
}

.vector-pinnable-header-toggle-button:hover {
    color: #ff0000 !important;
    background-color: rgba(255, 85, 0, 0.1) !important; 
}