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
+6
View File
@@ -282,6 +282,12 @@ a {
&:active {
color: @HyperLinkColour;
}
&[disabled] {
color: @ButtonBorderHoverColour;
text-decoration: none;
cursor: default;
}
}
// Anchor Tags (Button)
a.button {