summaryrefslogtreecommitdiffstatshomepage
path: root/scuttle.css
diff options
context:
space:
mode:
Diffstat (limited to 'scuttle.css')
-rw-r--r--scuttle.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/scuttle.css b/scuttle.css
index 2ab1616..271416a 100644
--- a/scuttle.css
+++ b/scuttle.css
@@ -45,6 +45,7 @@ select:focus,
textarea:focus {
border-color: #666;
}
+p.tipMsg,
p.error,
p.success {
border: 1px solid;
@@ -53,6 +54,11 @@ p.success {
padding: 0.5em;
width: 70%;
}
+p.tipMsg {
+ background: #FFFF99;
+ border-color: #CC9900;
+ color: #CC9900;
+}
p.error {
background: #FCC;
border-color: #966;