Cleaned up the code and added comments.

This commit is contained in:
Patrick Fairbank
2014-09-06 22:25:12 -07:00
parent 247d5d1fee
commit d86a46f12e
35 changed files with 143 additions and 27 deletions

View File

@@ -1,3 +1,8 @@
/*
Copyright 2014 Team 254. All Rights Reserved.
Author: nick@team254.com (Nick Eyre)
*/
html {
-webkit-user-select: none;
-moz-user-select: none;

View File

@@ -1,3 +1,8 @@
/*
Copyright 2014 Team 254. All Rights Reserved.
Author: pat@patfairbank.com (Patrick Fairbank)
*/
html {
cursor: none;
-webkit-user-select: none;

View File

@@ -1,3 +1,8 @@
/*
Copyright 2014 Team 254. All Rights Reserved.
Author: pat@patfairbank.com (Patrick Fairbank)
*/
/* Bootstrap overrides. */
.form-control[disabled] {
cursor: default;

View File

@@ -1,6 +1,7 @@
/*
Copyright 2014 Team 254. All Rights Reserved.
Author: nick@team254.com (Nick Eyre)
Copyright 2014 Team 254. All Rights Reserved.
Author: nick@team254.com (Nick Eyre)
Author: pat@patfairbank.com (Patrick Fairbank)
*/
html {

View File

@@ -1,3 +1,8 @@
/*
Copyright 2014 Team 254. All Rights Reserved.
Author: pat@patfairbank.com (Patrick Fairbank)
*/
html {
cursor: default;
-webkit-user-select: none;