diff options
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;
|
