Skip to content

Commit

Permalink
Merge pull request #16 from aziz/master
Browse files Browse the repository at this point in the history
disabling user select on dialog box
  • Loading branch information
mrflix committed May 16, 2011
2 parents 4df26a9 + ae3b189 commit 60a8d5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/style.css
Expand Up @@ -237,6 +237,10 @@ ul { list-style: none; }
position: absolute;
z-index: 100;
display: block;
-webkit-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}
#headerBg {
top: 0;
Expand Down

0 comments on commit 60a8d5d

Please sign in to comment.