MediaWiki:Common.css: различия между версиями
Pok (обсуждение | вклад) мНет описания правки |
Pok (обсуждение | вклад) мНет описания правки |
||
| Строка 3526: | Строка 3526: | ||
/* invert(0.75) */ | /* invert(0.75) */ | ||
.oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert):not(.oo-ui-icon-difficulty-easy):not(.oo-ui-icon-difficulty-medium):not(.oo-ui-icon-difficulty-hard):not(.oo-ui-image-error):not(.oo-ui-image-success), | .oo-ui-iconElement-icon:not(.oo-ui-image-progressive):not(.oo-ui-image-destructive):not(.oo-ui-checkboxInputWidget-checkIcon):not(.oo-ui-image-invert):not(.mw-no-invert):not(.oo-ui-icon-difficulty-easy):not(.oo-ui-icon-difficulty-medium):not(.oo-ui-icon-difficulty-hard):not(.oo-ui-image-error):not(.oo-ui-image-success), | ||
.oo-ui-indicatorElement-indicator | .oo-ui-indicatorElement-indicator, | ||
.cdx-icon svg { | .cdx-icon svg { | ||
filter: var(--invert-75) hue-rotate(180deg); | filter: var(--invert-75) hue-rotate(180deg); | ||
| Строка 3538: | Строка 3538: | ||
/* invert(0) */ | /* invert(0) */ | ||
.tools-inline .selected span, | .tools-inline .selected span, | ||
.oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span { | .oo-ui-checkboxInputWidget.oo-ui-widget-enabled [type='checkbox'] + span, | ||
.mw-ge-help-panel-button.oo-ui-buttonElement.oo-ui-iconElement.oo-ui-indicatorElement a.oo-ui-buttonElement-button .oo-ui-indicator-up { | |||
filter: var(--invert-0); | filter: var(--invert-0); | ||
} | } | ||