1
mirror of https://github.com/jakejarvis/spoons.git synced 2025-06-29 07:55:40 -04:00

disable text highlight

This commit is contained in:
2013-05-19 16:13:10 -04:00
parent bc65ea4391
commit 09f89851e4
2 changed files with 8 additions and 0 deletions

View File

@ -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;