소스 검색

set textarea with border None, resize none, width 100% styles

weichen 4 년 전
부모
커밋
6534390215
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      backstage/static/styles/main.css

+ 7 - 1
backstage/static/styles/main.css

@@ -60,4 +60,10 @@
 
 
 a.bg-dark {
 a.bg-dark {
   background-color: #132644 !important;
   background-color: #132644 !important;
-}
+}
+
+textarea {
+  border: None;
+  resize: None;
+  width: 100%;
+}