Topic RSS
10:40 pm
Currently using: Cform II Version 11.7.1
There is a style affecting all elements with the disabled attribute and it's conflicting with a gallery system we are using.
I beleive the style at line 367 of cforms.css
[disabled] {
color:#dddddd;
border-color:#dddddd!important;
background:none!important;
}
.disabled {
border-color:#dddddd!important;
}
Is extremely hard to overwrite because of the important modifier.
I think it should instead be:
.cform [disabled] {
color:#dddddd;
border-color:#dddddd!important;
background:none!important;
}
.cform .disabled {
border-color:#dddddd!important;
}
Thanks.
Most Users Ever Online: 959
Currently Online:
111 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
tracedef: 43
mores: 21
Gyrus: 20
frozenwaste: 18
asuffredini: 15
photoworks: 14
Member Stats:
Guest Posters: 3549
Members: 1464
Moderators: 3
Admins: 1
Forum Stats:
Groups: 1
Forums: 4
Topics: 5157
Posts: 18387
Newest Members: juredujmovic, dreamkeeper, rajattyagi, wrokaa, lukass
Moderators: Paul (421), cnymike (8), sonika (95)
Administrators: Oliver (6398)
FAQs
Home
Add Reply
Add Topic
Quote
Offline










