mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-24 22:35:45 +00:00
feat: add missing dark mode styles for RC filter (#221)
* feat: add missing dark mode styles for RC filter * ci: lint code to MediaWiki standards Check commit and GitHub actions for more details Co-authored-by: github-actions <github-actions@users.noreply.github.com>
This commit is contained in:
parent
4fc4e71e60
commit
93124edb2c
|
@ -54,6 +54,11 @@
|
||||||
&OptionWidget.oo-ui-flaggedElement-muted:not( .oo-ui-optionWidget-selected ) {
|
&OptionWidget.oo-ui-flaggedElement-muted:not( .oo-ui-optionWidget-selected ) {
|
||||||
background-color: var( --background-color-framed );
|
background-color: var( --background-color-framed );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&SelectWidget-footer {
|
||||||
|
border-top: 1px solid var( --border-color-base--darker );
|
||||||
|
background-color: var( --background-color-dp-16 );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -81,6 +86,10 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&-viewSwitchWidget label.oo-ui-labelWidget {
|
||||||
|
color: var( --color-base--subtle );
|
||||||
|
}
|
||||||
|
|
||||||
&-changesListWrapperWidget .mw-changeslist-legend {
|
&-changesListWrapperWidget .mw-changeslist-legend {
|
||||||
border-color: var( --border-color-base );
|
border-color: var( --border-color-base );
|
||||||
background-color: var( --background-color-framed );
|
background-color: var( --background-color-framed );
|
||||||
|
|
Loading…
Reference in a new issue