Bug Fix: Check Box List script

Migrate from .attr() to .prop() as per: http://api.jquery.com/prop/
This commit is contained in:
Gary Sharp
2013-11-05 16:14:44 +11:00
parent bd4f0bd9a7
commit a63041abf2
10 changed files with 38 additions and 22 deletions
+5
View File
@@ -344,6 +344,11 @@ a:hover {
a:active {
color: #335a87;
}
a[disabled] {
color: #696969;
text-decoration: none;
cursor: default;
}
a.button {
display: inline-block;
padding: 4px 10px;