﻿/* button style added to forms using htmx indicator */

.cog-indicator {
    display: none;
}

.htmx-request .cog-indicator {
    display: block;
}

.htmx-request.cog-indicator {
    display: block;
}
