Преглед изворни кода

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 {
   background-color: #132644 !important;
-}
+}
+
+textarea {
+  border: None;
+  resize: None;
+  width: 100%;
+}