From b4fa7d2089b75f9318b319b1ea89eb92cf8e9ccf Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Tue, 15 Jun 2021 14:13:01 +1000 Subject: [PATCH] Re #88 - placeholder text on CSS rule --- backend/templates/edit.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/backend/templates/edit.html b/backend/templates/edit.html index bcb41cc5..3f612b48 100644 --- a/backend/templates/edit.html +++ b/backend/templates/edit.html @@ -24,13 +24,16 @@ size="5"/> Minimum 1 minute between recheck -
+
- Limit text to this CSS rule, only matching CSS is included. + size="25" placeholder=".class-name or #some-id, or other CSS selector rule."/> + Limit text to this CSS rule, only text matching this CSS rule is included.
+ Please be sure that you throughly understand how to write CSS selector rules before filing an issue on GitHub! +
+