From 09b2d3ba6bd282982b609ff84410e2bb0e2f9d49 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 20 Jan 2016 18:48:43 +0200 Subject: Add error message if the input is not sane --- f/styles/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'f/styles/style.css') diff --git a/f/styles/style.css b/f/styles/style.css index 3209cef..1d5df84 100644 --- a/f/styles/style.css +++ b/f/styles/style.css @@ -15,6 +15,13 @@ body{ font-style: italic; } +#add-error { + margin-top: 10px; + color: #c0392b; + font-style: italic; + font-weight: 700; +} + .form-name { font-weight: 700; } @@ -90,7 +97,7 @@ td { text-decoration:none; } .removeButton:hover { - background-color:#408c99; + background-color: #a53a2b; } .removeButton:active { position:relative; -- cgit v1.3