Page 1 of 1

Help Needed on activating disabled buttons and textarea in m

Posted: Wed Sep 30, 2015 9:05 am
by Kingvectorark
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.....

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

Re: Help Needed on activating disabled buttons and textarea

Posted: Wed Sep 30, 2015 9:44 am
by Celauran
Kingvectorark wrote:I found out it was cause by some codes in the bootstrap.css
No. CSS is styling the disabled elements, but they're already disabled.

Re: Help Needed on activating disabled buttons and textarea

Posted: Fri Oct 02, 2015 2:37 pm
by Kingvectorark
Celauran wrote:
Kingvectorark wrote:I found out it was cause by some codes in the bootstrap.css
No. CSS is styling the disabled elements, but they're already disabled.
How can I activate the buttons, are they activated at the bootstrap javascript region? Am using bootstrap 2.3.2