2019-12-29 13:47:03 +00:00
|
|
|
/*
|
|
|
|
* Citizen - SMW Table Styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
|
2019-12-29 18:14:57 +00:00
|
|
|
.content table.broadtable,
|
|
|
|
.smw-ask-result table.broadtable {
|
|
|
|
display: table;
|
|
|
|
}
|
|
|
|
|
2021-01-09 21:57:28 +00:00
|
|
|
.skin-citizen-dark {
|
2019-12-29 13:47:03 +00:00
|
|
|
.smw-table-header {
|
|
|
|
background-color: @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smw-table-cell,
|
|
|
|
.smw-table-head {
|
|
|
|
border: 1px solid @dark-bg-50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smw-table-footer {
|
|
|
|
background-color: @dark-bg-20;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
Should probably be -50
|
|
|
|
*/
|
|
|
|
.smw-table-sort-asc:after {
|
|
|
|
color: @dark-text-60;
|
|
|
|
}
|
|
|
|
|
|
|
|
.smw-table-sort-desc:after {
|
|
|
|
color: @dark-text-60;
|
|
|
|
}
|
|
|
|
}
|