Removed non-highlighting on admin page

This commit is contained in:
ksjdragon 2016-10-22 16:05:33 -04:00 committed by GitHub
parent 1d51d384d5
commit ced3331006

View File

@ -31,12 +31,6 @@ html {
pointer-events: all; pointer-events: all;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-transition: color 0.5s ease; -webkit-transition: color 0.5s ease;
-moz-transition: color 0.5s ease; -moz-transition: color 0.5s ease;
-ms-transition: color 0.5s ease; -ms-transition: color 0.5s ease;
@ -86,6 +80,12 @@ body {
width: 100%; width: 100%;
height: 100%; height: 100%;
position: fixed; position: fixed;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} }
#mainHeader { #mainHeader {