mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-17 19:32:00 +00:00
55 lines
1.1 KiB
Plaintext
55 lines
1.1 KiB
Plaintext
/*
|
|
* Citizen - SRF Datatables
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.srf-datatables table {
|
|
display: table;
|
|
}
|
|
|
|
.skin-citizen-dark {
|
|
.srf-datatables .srf-panel fieldset {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-datatables .srf-panel .export {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-datatables .srf-panel .head {
|
|
border-bottom: 0 solid @dark-bg-20;
|
|
color: @dark-text-90;
|
|
}
|
|
|
|
.srf-datatables .srf-panel .content-source.cache {
|
|
color: rgba( 141, 192, 219, 0.85 );
|
|
}
|
|
|
|
.srf-datatables .srf-panel.bootstrap {
|
|
border-color: @dark-bg-20;
|
|
}
|
|
|
|
.srf-datatables .srf-panel.bootstrap fieldset {
|
|
border: 0 solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-datatables .srf-panel.bootstrap legend {
|
|
border-color: @dark-bg-20;
|
|
background-color: rgba( 141, 192, 219, 0.25 );
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.srf-datatables .srf-panel .columnfilter .ui-multiselect {
|
|
border: 1px solid @dark-bg-30;
|
|
background-color: @dark-bg-20;
|
|
background-image: none;
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.srf-datatables .srf-panel.bootstrap.flags {
|
|
border-color: @dark-bg-20;
|
|
}
|
|
}
|