HTML CSS proibiu o cursor
/*
Both are the same cursor.
Great for disabled buttons.
*/
.button{
cursor:not-allowed;
cursor:no-drop;
}
Ill Iguana
/*
Both are the same cursor.
Great for disabled buttons.
*/
.button{
cursor:not-allowed;
cursor:no-drop;
}