From 26140ec5377cb6704a9b8ebef81049f956986476 Mon Sep 17 00:00:00 2001 From: Asizon <43983086+Asizon@users.noreply.github.com> Date: Sat, 22 Aug 2020 11:43:50 +0200 Subject: [PATCH] add warning advise --- tabs/esc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tabs/esc.css b/tabs/esc.css index 5fa8f1c..fcfcc16 100644 --- a/tabs/esc.css +++ b/tabs/esc.css @@ -126,7 +126,7 @@ } .tab-esc .not-in-sync::before { - content: '*'; + content: 'CAUTION:ESC ARE NOT IN SYNC, CONFIGURE THIS VALUE '; color: red; font-weight: bold; }