From 4edb9bbf7f211a30e63ade8da86d963eb744068c Mon Sep 17 00:00:00 2001 From: hankhill19580 <hankhill19580@gmail.com> Date: Tue, 7 Apr 2020 16:07:23 +0000 Subject: [PATCH] switch success notification icon with smaller version of icon, previous commit adds css ID's to table ID's on editclient --- installer/resources/themes/console/light/console.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/resources/themes/console/light/console.css b/installer/resources/themes/console/light/console.css index dd7999c334..a8f58e9028 100644 --- a/installer/resources/themes/console/light/console.css +++ b/installer/resources/themes/console/light/console.css @@ -2153,7 +2153,7 @@ h3#graphdisplay { } .notice li { - background: url(images/confirmed.png) left center no-repeat !important; + background: url(images/help.png) left center no-repeat !important; list-style: none !important; } -- GitLab