summaryrefslogtreecommitdiff
path: root/css/no-text-highlighting.css
blob: 3764314c866983b362c1827c1debe7d6e5bff760 (plain) (blame)
1
2
3
4
5
6
7
* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}