diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css
index 5102f9d0b..c7cdd12e6 100644
--- a/html/css/style-classic7.css
+++ b/html/css/style-classic7.css
@@ -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);
-}
\ No newline at end of file
+}