CSS Cursor interdit

/* 
Both are the same cursor.
Great for disabled buttons. 
*/

.button{
  cursor:not-allowed;
  cursor:no-drop;
}
Ill Iguana