This commit is contained in:
Laurent Destailleur 2019-04-05 11:09:58 +02:00
parent 00cdf13a15
commit 9e98421333
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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 {