diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index fba05a2f26f..3b8cacc4fa3 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -3367,7 +3367,7 @@ img.boxhandle, img.boxclose { */ .ok { color: #114466; } -.warning { color: #887711; } +.warning { color: #887711 !important; } .error { color: #550000 !important; font-weight: bold; } div.ok { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index e5f0b54e6e7..0ec1a5f3a51 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3473,7 +3473,7 @@ img.boxhandle, img.boxclose { * Ok, Warning, Error */ .ok { color: #114466; } -.warning { color: #887711; } +.warning { color: #887711 !important; } .error { color: #550000 !important; font-weight: bold; } div.ok {