summaryrefslogtreecommitdiff
path: root/basewiki/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'basewiki/style.css')
-rw-r--r--basewiki/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/basewiki/style.css b/basewiki/style.css
index 82a01d8a0..97b30fbf8 100644
--- a/basewiki/style.css
+++ b/basewiki/style.css
@@ -23,6 +23,7 @@
#blogform {
padding: 10px 10px;
border: 1px solid #aaa;
+ color: black !important;;
background: #eee;
}
@@ -41,11 +42,12 @@
/* Used for invalid form fields. */
.fb_invalid {
color: red;
+ background: white !important;
}
/* Used for required form fields. */
.fb_required {
- fornt-style: bold;
+ font-weight: bold;
}
/* RSS button. */
@@ -64,5 +66,6 @@
margin-top: 1em;
}
.rssbutton:hover {
+ color: white !important;
background: #ff9900;
}