Browse Source

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

weichen 4 năm trước cách đây
mục cha
commit
6534390215
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      backstage/static/styles/main.css

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

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