CSS – Cursor Property over All Clickable Items

The Source Code to copy/paste:

    a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {  
        cursor: pointer;  
    }  

My official WebSite >