Removed unused CSS.

This commit is contained in:
Oliver Hamlet
2014-12-23 12:58:30 +00:00
parent 9798ce83e0
commit 6c62297ceb
-17
View File
@@ -184,15 +184,6 @@ paper-checkbox {
padding: 0.5em 1em;
}
input[readonly] {
border: none;
-webkit-user-select: none;
}
td input {
width: 100%;
text-overflow: ellipsis;
}
[draggable] {
-webkit-user-select: none;
cursor: move;
@@ -205,14 +196,6 @@ td input {
color: #64B5F6;
background-color: white;
}
input:invalid {
background-color: pink;
color: white;
}
input:valid {
background-color: white;
color: black;
}
paper-progress {
width: 100%;
}