mirror of
https://gh.wpcy.net/https://github.com/strangerstudios/PMProFreescout.git
synced 2026-04-22 09:22:17 +08:00
* Remove code for custom badges, this should be in the customizations module instead (TODO: Needs a more performant solution)
21 lines
No EOL
386 B
CSS
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;
|
|
} |