mediawiki-skins-Citizen/skinStyles/mediawiki/mediawiki.htmlform.ooui.styles.less

25 lines
433 B
Plaintext
Raw Normal View History

2019-12-26 21:46:02 +00:00
/*
* Citizen - Html Form Styles
* https://starcitizen.tools
*/
.mw-htmlform-ooui {
.mw-htmlform-matrix {
tbody tr:nth-child( even ) td {
background-color: var( --color-surface-2 );
}
2019-12-26 21:46:02 +00:00
tbody tr:hover td {
background-color: var( --background-color-button-quiet--hover );
2019-12-26 21:46:02 +00:00
}
}
2019-12-28 14:52:02 +00:00
.oo-ui-fieldLayout-header {
.oo-ui-buttonElement-button {
.oo-ui-iconElement-icon {
filter: var( --filter-invert );
2019-12-28 14:52:02 +00:00
}
}
2019-12-26 21:46:02 +00:00
}
}