Help Needed on activating disabled buttons and textarea in m
Posted: Wed Sep 30, 2015 9:05 am
I have a problem on my website that some buttons are not click able and the textarea is set on readonly i actually don't know have to fix it...and also the cursor is also disabled, and I found out it was cause by some codes in the bootstrap.css. Here is the codes.....
That's it I need help in editing it and make it read and editable and enable the buttons
Code: Select all
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
input[type="radio"] [disabled],
input[type="checkbox"] [disabled],
input[type="radio"] [readonly],
input[type="checkbox"] [readonly] {
background-color: transparent;
}
That's it I need help in editing it and make it read and editable and enable the buttons