From f6db6e7d96e845625ad77ac9f5bc7f73b711a14f Mon Sep 17 00:00:00 2001 From: Urban Date: Thu, 22 Feb 2024 10:49:57 +0100 Subject: [PATCH] added css comments --- Ididit/wwwroot/css/app.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Ididit/wwwroot/css/app.css b/Ididit/wwwroot/css/app.css index 8147810..d25237a 100644 --- a/Ididit/wwwroot/css/app.css +++ b/Ididit/wwwroot/css/app.css @@ -14,15 +14,18 @@ mark { color: transparent !important; } +/* For parent of hwt-highlights */ .hwt-backdrop { z-index: 1; } +/* In front of hwt-backdrop and hwt-highlights */ .hwt-textarea { z-index: 2; background-color: transparent !important; } +/* Behind hwt-textarea */ .hwt-highlights { color: transparent !important; white-space: pre-wrap;