About 3,670,000 results
Open links in new tab
  1. For the disabled buttons you can use the :disabled pseudo class. It works for all the elements that have a disabled API (typically form elements). For browsers/devices supporting CSS2 only, you can use the [disabled] selector.

    Learn more:

    For the disabled buttons you can use the :disabled pseudo class. It works for all the elements that have a disabled API (typically form elements). For browsers/devices supporting CSS2 only, you can use the [disabled] selector.

    stackoverflow.com/questions/14750078/style-disab…

    They are whatever you set them to. Only IE9 and older have a fixed, unchangeable setup for disabled elements (which is oddly the only way you can get any kind of text-shadow in those versions...) You can literally do this::disabled {background-color:pink; color:blue} And get bubblegum-coloured textareas when you disable them!

    stackoverflow.com/questions/16176346/what-color …

    Use the opacity property to add transparency to a button (creates a "disabled" look). Tip: You can also add the cursor property with a value of "not-allowed", which will display a "no parking sign" when you mouse over the button:

    www.w3schools.com/csS/css3_buttons.asp

    In need of a button, but not the hefty background colors they bring? Replace the default modifier classes with the .btn-outline-* ones to remove all background images and colors on any button.

    getbootstrap.com/docs/4.0/components/buttons/

    I am using a bootstrap button on a page of my website and I want to change the color of a disabled button. A button that is "grayed out" and you cannot click. Is there a way I can change the color of this using CSS?

    stackoverflow.com/questions/35818064/how-to-cha…
  2. Style disabled button with CSS - Stack Overflow

  3. CSS Buttons - W3Schools

  4. Buttons - Bootstrap

  5. How to Style Disabled Buttons with CSS? - Life in Coding

  6. Why You Shouldn’t Gray Out Disabled Buttons - UX Movement

  7. How to make a button look disabled - User Experience …

    I often make use of opacity to make the buttons like as disabled: button.buttonClassName:disabled { opacity: 0.3; } An example with your button pasted on stackoverflow and the same button with the opacity modified on …

  8. People also ask
  9. How to Style a Disabled Button with CSS - Squash

  10. javascript - Change color of disabled button - Stack Overflow

  11. How to style the disabled button using CSS | Reactgo

  12. React Material UI: How to give a button a custom color when disabled?

  13. Some results have been removed