From 9310297f52f850136db29daec9841b65e693e696 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Fri, 27 Feb 2026 15:41:51 +0100 Subject: [PATCH] Cosmetic : use an icon before warning --- html/css/style-classic7.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +}