/* override Express Form card coloured corners so they overlap the card borders properly */
ul#form-cards > li .card-body{ overflow:visible!important; }
ul#form-cards > li .corner{ top:-1px!important;left:-1px!important; }

/* Matrix title bar inverting */
.matrixblock > .titlebar{ background:#1f2933;margin:-1px -15px;width:calc(100% + 30px); }
.matrixblock > .titlebar > .blocktype{ color:#fff; }
.matrixblock > .titlebar > .blocktype.error{ color:#ffabb4!important; }
.matrixblock > .titlebar > .preview{ color:#a4a4a4; }
.matrixblock > .actions .btn.settings.icon::before,.matrixblock > .actions .btn.settings.icon::after, .matrixblock > .actions .icon.move::before{ color:#fff;border-color:#fff; }
.matrixblock.disabled > .actions > .status.off{ background-color:#f99b9b; }
.element-index-view-menu{ width:550px; }