Cosmetic : use an icon before warning

This commit is contained in:
sparkyx 2026-02-27 15:41:51 +01:00
parent 59c3ffdf0e
commit 9310297f52

View file

@ -2996,6 +2996,11 @@ div.progressbar {
/**
* Warning
*/
span.warning::before {
content: '\e806';
font-family: "fontello" !important;
font-weight:normal;
}
span.warning {
color:white;
font-style: normal;
@ -3007,6 +3012,7 @@ span.warning {
animation-duration: 4s;
animation-iteration-count: infinite;
display: block;
border-radius: 10px;
}
/**********************************************************************************************************************/
/* LI as list
@ -4328,4 +4334,4 @@ span.nb-round {
.field_follow_up {
background-color: var(--bg-white);
}
}