From 9e98421333000c915e1d5691a246f983d83a8214 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 5 Apr 2019 11:09:58 +0200 Subject: [PATCH] CSS --- htdocs/theme/eldy/global.inc.php | 2 +- htdocs/theme/md/style.css.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {