diff --git a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp index bd0cb1d..2e12b8f 100644 --- a/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp +++ b/WebContent/WEB-INF/view/contractMgmt/estimateTemplate2.jsp @@ -243,6 +243,16 @@ textarea { .editable { background-color: transparent; } + + textarea { + border: none !important; + overflow: hidden; + resize: none; + } + + input[type="text"] { + border: none !important; + } } + +
+