Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / themes / bartik / css / components / form.css
index 672e59118e04c9f8a5d8a10a3ace67385bd6baee..03dc6e9b1726f1a2393e6e392be841a66a3dfc3c 100644 (file)
@@ -100,8 +100,7 @@ textarea {
 textarea {
   line-height: 1.5;
 }
-textarea.form-textarea,
-select.form-select {
+textarea.form-textarea {
   padding: 4px;
 }
 input.form-text,
@@ -112,8 +111,7 @@ input.form-search,
 input.form-file,
 input.form-number,
 input.form-color,
-textarea.form-textarea,
-select.form-select {
+textarea.form-textarea {
   border: 1px solid #ccc;
   color: #3b3b3b;
 }
@@ -172,7 +170,7 @@ input.form-submit:focus {
 .node-form .form-wrapper {
   margin-bottom: 2em;
 }
-.node-form .node-form-footer,
+.node-form .entity-content-form-footer,
 .node-form .field--name-status {
   margin-bottom: 0;
 }