[silva.infrae.contact][Kit Blake] Added focus color
[email protected] Sun, 27 Oct 2013 08:53:41 +0100
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Kit Blake
date: Sun Oct 27 08:53:32 2013 +0100
revision: 15:f57c99a3a74c in silva.infrae.contact
branch:
details: https://hg.infrae.com/silva.infrae.contact?cmd=changeset;node=f57c99a3a74c
modified: src/silva/infrae/contact/static/contactform.css
added:
removed:
log: Added focus color
diffstat:
src/silva/infrae/contact/static/contactform.css | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r 0aa02bb12cf7 -r f57c99a3a74c src/silva/infrae/contact/static/contactform.css
--- a/src/silva/infrae/contact/static/contactform.css Sun Oct 27 08:41:18 2013 +0100
+++ b/src/silva/infrae/contact/static/contactform.css Sun Oct 27 08:53:32 2013 +0100
@@ -36,7 +36,7 @@
line-height: inherit;
}
-@contactusform p.form-status {
+#contactusform p.form-status {
color: #ff6;
}
@@ -45,6 +45,10 @@
color:#adff2f;
}
+input[type=text]:focus,input[type=email]:focus,input[type=password]:focus,textarea:focus{
+ background-color:#ffffe0;
+}
+
div.form-error,
div.field-error,
span.field-error {