diff options
author | Ondrej Zara <ondrej.zara@gmail.com> | 2013-02-15 09:10:37 +0100 |
---|---|---|
committer | Ondrej Zara <ondrej.zara@gmail.com> | 2013-02-15 09:10:37 +0100 |
commit | a7a9eb963cbb868567b241b765719a198fb9e9d8 (patch) | |
tree | 87b9c0963409c9608dc8ab5e4ae2fab7401a15af | |
parent | 1e62cdc8d05a3c0256c81f29d7e74248ceb04384 (diff) | |
download | wwwsqldesigner-a7a9eb963cbb868567b241b765719a198fb9e9d8.zip wwwsqldesigner-a7a9eb963cbb868567b241b765719a198fb9e9d8.tar.gz wwwsqldesigner-a7a9eb963cbb868567b241b765719a198fb9e9d8.tar.bz2 |
no user select; thanks to Alberto Rico Simal
-rw-r--r-- | styles/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/styles/style.css b/styles/style.css index f99b6a1..17eced9 100644 --- a/styles/style.css +++ b/styles/style.css @@ -5,6 +5,11 @@ body { margin: 0px; background: url(../images/back.gif) fixed; visibility: hidden; + -moz-user-select: -moz-none; + -khtml-user-select: none; + -webkit-user-select: none; + -ms-user-select: none; + user-select: none; } #area { |