]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/dashboard/frontend/src/styles/ceph-custom/_forms.scss
import ceph 16.2.7
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / styles / ceph-custom / _forms.scss
index cca9bd5d5d9d84723aee92be7cec83590c7d8ddc..3c6ddbf80c998b714a26c6ce8974499c5104f527 100644 (file)
 }
 
 cd-modal {
+  .modal {
+    /* stylelint-disable */
+    background-color: rgba(0, 0, 0, 0.4);
+    /* stylelint-enable */
+    display: block;
+  }
+
+  .modal-dialog {
+    max-width: 70vh;
+  }
+
   .cd-col-form-label {
     @extend .col-lg-4;
   }