[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

Ringo Step Shotter Tutorial (CP WP)

Simple Recent Posts Blogger Plus Thumbnails