From 09f89851e4323651cbf145e6c52d37603414699c Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 19 May 2013 16:13:10 -0400 Subject: [PATCH] disable text highlight --- header.php | 4 ++++ login.php | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/header.php b/header.php index 5ec68d0..20a2fb0 100644 --- a/header.php +++ b/header.php @@ -133,6 +133,10 @@ include_once('db_connect.php'); font-size: 18px; line-height: 24px; overflow-x: hidden; + /* disable text highlight */ + -moz-user-select: none; + -webkit-user-select: none; + cursor:default; } a, a:hover, strong { color: #79ad36; diff --git a/login.php b/login.php index a9813de..bbe87d5 100644 --- a/login.php +++ b/login.php @@ -145,6 +145,10 @@ if(isset($_POST['password'])) { padding-top: 40px !important; padding-bottom: 40px !important; background-color: #f5f5f5; + /* disable text highlight */ + -moz-user-select: none; + -webkit-user-select: none; + cursor:default; } .form-signin {