[CSS] Disabled Element

*:disabled, *[disabled] {
  opacity: 0.5;
  color: #666666;
  cursor: not-allowed;
  pointer-events: none;
}

Example:

<button disabled>Disabled Button</button>

Comments

Popular posts from this blog

Find Backlink From Google Dork

List of weapon buff materials, effects and how it can be durango wild lands

Install deb package via Termux