PMProFreescout/Public/css/module.css
Andrew Lima a3995d50fa Remove custom code to show badges in chat
* Remove code for custom badges, this should be in the customizations module instead (TODO: Needs a more performant solution)
2025-11-05 13:44:20 +02:00

21 lines
No EOL
386 B
CSS

#pmpro-loader {
display: none;
margin-top: 10px;
margin-bottom: 5px;
text-align: center;
}
.pmpro-loading #pmpro-loader {
display: block;
}
.pmpro-loading .pmpro-actions,
.pmpro-loading .pmpro-orders-list,
.pmpro-loading .pmpro-no-orders {
display: none;
}
.pmpro-orders-list li {
margin-top: 3px;
margin-bottom: 3px;
padding-bottom: 3px;
border-bottom: 1px solid #E3E8EB;
}