diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2016-01-20 18:48:43 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2016-01-20 19:17:47 +0200 |
| commit | 09b2d3ba6bd282982b609ff84410e2bb0e2f9d49 (patch) | |
| tree | eb06d5f1cf7ea9d3188135fdc35f5b01f2e09fea /f/styles | |
| parent | a9c558fba0a839e45597dcf4bda225a857467295 (diff) | |
Add error message if the input is not sane
Diffstat (limited to 'f/styles')
| -rw-r--r-- | f/styles/style.css | 9 |
1 files changed, 8 insertions, 1 deletions
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;
|
