From 6c62297ceb56bd866ddaaa8ecaf48c04710500cc Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Tue, 23 Dec 2014 12:58:30 +0000 Subject: [PATCH] Removed unused CSS. --- resources/report/css/style.css | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/resources/report/css/style.css b/resources/report/css/style.css index e49105d2..82b7e7fd 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -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%; }