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