Make dev tools selectable

This commit is contained in:
Paulus Schoutsen 2016-01-24 23:55:21 -08:00
parent 48f2ff1e11
commit aa09e351db
3 changed files with 9 additions and 0 deletions

View File

@ -14,6 +14,9 @@
padding: 24px;
background-color: white;
margin-top: 64px;
-ms-user-select: initial;
-webkit-user-select: initial;
-moz-user-select: initial;
}
.ha-form {

View File

@ -14,6 +14,9 @@
padding: 24px;
background-color: white;
margin-top: 64px;
-ms-user-select: initial;
-webkit-user-select: initial;
-moz-user-select: initial;
}
.ha-form {

View File

@ -14,6 +14,9 @@
padding: 24px;
background-color: white;
margin-top: 64px;
-ms-user-select: initial;
-webkit-user-select: initial;
-moz-user-select: initial;
}
.ha-form {