CSS запрещенный курсор
/*
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;
}