TELE-1393] force styles using important for ajax feedback on cells

This commit is contained in:
Daniel Muyshond 2022-07-31 11:35:19 +02:00
parent 7d48e30b73
commit 86dade9ad3
1 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,10 @@ h1#logo > a {
.loading,
.error-loading {
display: block;
color: #5e5e5e;
padding-left: 16px;
font-size: 1.15em;
display: block !important;
color: #5e5e5e !important;
padding-left: 16px !important;
font-size: 1.15em !important;
}
.loading {