2019-12-26 21:46:02 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Html Form Styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
2023-07-10 20:56:56 +00:00
|
|
|
.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
|
|
|
|
2023-07-10 20:56:56 +00:00
|
|
|
tbody tr:hover td {
|
2024-07-01 00:41:31 +00:00
|
|
|
background-color: var( --background-color-button-quiet--hover );
|
2019-12-26 21:46:02 +00:00
|
|
|
}
|
2023-07-10 20:56:56 +00:00
|
|
|
}
|
2019-12-28 14:52:02 +00:00
|
|
|
|
2023-07-10 20:56:56 +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
|
|
|
}
|
|
|
|
}
|