diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-04 15:30:59 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2008-12-04 15:30:59 +0000 |
commit | f7ccbde31062488cbf04b3e4c06a9aa590ebfedd (patch) | |
tree | d16cd0b04116be9e62b13f244a3b3db6e095d3cd /scuttle.css | |
parent | 381c5755648ca4813d47686345e0b6f1739a17f2 (diff) | |
download | semanticscuttle-f7ccbde31062488cbf04b3e4c06a9aa590ebfedd.tar.gz semanticscuttle-f7ccbde31062488cbf04b3e4c06a9aa590ebfedd.tar.bz2 |
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.css | 6 |
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; |