Commit ce1314c1 by Tim Krones

Better placeholders for input fields.

parent 51c91c9b
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
{% trans "Background color" %} {% trans "Background color" %}
</h3> </h3>
<input class="item-background-color" <input class="item-background-color"
placeholder="e.g. red or #ff0000" placeholder="e.g. blue or #0000ff"
value="{{ self.item_background_color}}" value="{{ self.item_background_color}}"
aria-labelledby="item-background-color-label" aria-labelledby="item-background-color-label"
aria-describedby="item-background-color-description"> aria-describedby="item-background-color-description">
...@@ -80,7 +80,7 @@ ...@@ -80,7 +80,7 @@
{% trans "Text color" %} {% trans "Text color" %}
</h3> </h3>
<input class="item-text-color" <input class="item-text-color"
placeholder="e.g. red or #ff0000" placeholder="e.g. white or #ffffff"
value="{{ self.item_text_color}}" value="{{ self.item_text_color}}"
aria-labelledby="item-text-color-label" aria-labelledby="item-text-color-label"
aria-describedby="item-text-color-description"> aria-describedby="item-text-color-description">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment