/* * 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 { color: var( --color-base ); border-bottom: 0 solid @dark-bg-20; } .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 { color: var( --color-base--subtle ); background-color: rgba( 141, 192, 219, 0.25 ); border-color: @dark-bg-20; } .srf-datatables .srf-panel .columnfilter .ui-multiselect { color: var( --color-base--subtle ); background-color: @dark-bg-20; background-image: none; border: 1px solid @dark-bg-30; } .srf-datatables .srf-panel.bootstrap.flags { border-color: @dark-bg-20; } }