Commit 907442b6e8dccd48830446c60a93ec91133b7be8
1 parent
e20c81af
Exists in
colab
and in
4 other branches
Fixed reading form color tooltip
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
app/views/readings/_form.html.erb
| ... | ... | @@ -43,10 +43,10 @@ |
| 43 | 43 | </div> |
| 44 | 44 | <div class="help-container"> |
| 45 | 45 | <p> |
| 46 | - The color that represents your reading. Use the color picker to choose! | |
| 46 | + The color that represents your reading. Use the color picker to choose! (Or type it in hexadecimal) | |
| 47 | 47 | </p> |
| 48 | 48 | <p> |
| 49 | - Example values: red, orange, yellow, green, blue, etc. | |
| 49 | + Example values: 000000, 00ff00... | |
| 50 | 50 | </p> |
| 51 | 51 | </div> |
| 52 | 52 | </div> | ... | ... |