Forráskód Böngészése

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

weichen 4 éve
szülő
commit
6534390215
1 módosított fájl, 7 hozzáadás és 1 törlés
  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%;
+}