mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 14:57:31 +00:00
a017bae502
Cargo is massive so it might have to be broken down into several commits
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 );
|
|
}
|