summaryrefslogtreecommitdiffstatshomepage
path: root/scuttle.css
diff options
context:
space:
mode:
authorGravatar mensonge2008-12-04 15:30:59 +0000
committerGravatar mensonge2008-12-04 15:30:59 +0000
commitf7ccbde31062488cbf04b3e4c06a9aa590ebfedd (patch)
treed16cd0b04116be9e62b13f244a3b3db6e095d3cd /scuttle.css
parent381c5755648ca4813d47686345e0b6f1739a17f2 (diff)
downloadscuttle-f7ccbde31062488cbf04b3e4c06a9aa590ebfedd.tar.gz
scuttle-f7ccbde31062488cbf04b3e4c06a9aa590ebfedd.zip
Interface fix: add link to gsearch/ on normal search page
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@198 b3834d28-1941-0410-a4f8-b48e95affb8f
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;