[silva.infrae.contact][Emiliano D'Alterio] Changed "refresh link...
[email protected] Tue, 15 Oct 2013 18:52:02 +0200
| Newsgroups | gmane.comp.web.zope.silva.cvs |
|---|---|
| Message-ID | <[email protected]> |
author: Emiliano D'Alterio
date: Tue Oct 15 18:51:57 2013 +0200
revision: 7:73ab58f76634 in silva.infrae.contact
branch:
details: https://hg.infrae.com/silva.infrae.contact?cmd=changeset;node=73ab58f76634
modified: src/silva/infrae/contact/static/contactform.css
added:
removed:
log: Changed "refresh link" color.
diffstat:
src/silva/infrae/contact/static/contactform.css | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diffs (20 lines):
diff -r fa0679abc51d -r 73ab58f76634 src/silva/infrae/contact/static/contactform.css
--- a/src/silva/infrae/contact/static/contactform.css Tue Oct 15 15:25:57 2013 +0200
+++ b/src/silva/infrae/contact/static/contactform.css Tue Oct 15 18:51:57 2013 +0200
@@ -45,6 +45,16 @@
margin: 0 0.65em;
}
+.form-status a:link {
+ color: #ccc;
+}
+.form-status a:visited {
+ color: #888;
+}
.form-status a:hover {
color: #fff;
}
+.form-status a.active {
+ color: #fff;
+ font-weight: bold;
+}