Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

disabled cursor pointer

.not-allowed {
     pointer-events: auto! important;
     cursor: not-allowed! important;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #disabled #cursor #pointer
ADD COMMENT
Topic
Name
4+5 =