Skip to content
Snippets Groups Projects
Select Git revision
  • a822a8a6a41bd99bc4e46e0022a8ef08497814b8
  • master default protected
2 results

worker-plotly.js

Blame
  • error-dialog.css 244 B
    .modal-dialog-wrapper {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      z-index: 999;
    }
    
    .modal-header{
      background-color: rgb(241, 185, 185);
      color: rgb(138, 41, 41);
    }
    
    .details{
      clear: left;
    }