From f7ccbde31062488cbf04b3e4c06a9aa590ebfedd Mon Sep 17 00:00:00 2001 From: mensonge Date: Thu, 4 Dec 2008 15:30:59 +0000 Subject: 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 --- scuttle.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'scuttle.css') 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; -- cgit v1.2.3-54-g00ecf