Parcourir la source

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

weichen il y a 4 ans
Parent
commit
6534390215
1 fichiers modifiés avec 7 ajouts et 1 suppressions
  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%;
+}