mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 07:41:07 +00:00
19 lines
443 B
Plaintext
19 lines
443 B
Plaintext
|
/*
|
||
|
* Citizen
|
||
|
*
|
||
|
* SkinStyles for Extension:Cargo
|
||
|
* Module: ext.cargo.cargotables
|
||
|
* Version: REL1_39 b4c6314
|
||
|
*
|
||
|
* Date: 2023-01-03
|
||
|
*/
|
||
|
|
||
|
table.cargo-tablelist.mw-datatable tr.cargo-tablelist-replacement-row:hover td,
|
||
|
table.cargo-tablelist.mw-datatable tr.cargo-tablelist-replacement-row > td {
|
||
|
background-color: var( --background-color-quiet--hover );
|
||
|
}
|
||
|
|
||
|
.cargo-tablelist-template-declaring {
|
||
|
font-weight: var( --font-weight-semibold );
|
||
|
}
|