2019-12-29 19:02:31 +00:00
|
|
|
/*
|
|
|
|
* Citizen - SRF Datatables
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
|
|
|
|
.srf-datatables table {
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
2021-01-09 21:57:28 +00:00
|
|
|
.skin-citizen-dark {
|
2019-12-29 19:02:31 +00:00
|
|
|
.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;
|
2021-01-11 16:45:52 +00:00
|
|
|
color: @dark-text-90;
|
2019-12-29 19:02:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
2021-01-11 16:45:52 +00:00
|
|
|
background-color: rgba( 141, 192, 219, 0.25 );
|
|
|
|
color: @dark-text-70;
|
2019-12-29 19:02:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-datatables .srf-panel .columnfilter .ui-multiselect {
|
2021-01-11 16:45:52 +00:00
|
|
|
border: 1px solid @dark-bg-30;
|
2019-12-29 23:06:11 +00:00
|
|
|
background-color: @dark-bg-20;
|
|
|
|
background-image: none;
|
2021-01-11 16:45:52 +00:00
|
|
|
color: @dark-text-70;
|
2019-12-29 19:02:31 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.srf-datatables .srf-panel.bootstrap.flags {
|
|
|
|
border-color: @dark-bg-20;
|
|
|
|
}
|
|
|
|
}
|