Selaa lähdekoodia

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

weichen 4 vuotta sitten
vanhempi
commit
6534390215
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  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%;
+}