gbissett (owner)

Revisions

gist: 220251 Download_button fork
public
Public Clone URL: git://gist.github.com/220251.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
=cannot_be_selected_with_a_mousing_device
  :-webkit-user-select none
  :-moz-user-select none
  :-o-user-select none
  :user-select none
  :cursor default
 
.my_fancy_interface_widget
  +cannot_be_selected_with_a_mousing_device