28 lines
3.1 KiB
CSS
28 lines
3.1 KiB
CSS
.matrix-operations-utility .matrix-tool-workspace__content { width: calc(100% - 24px) !important; max-width: 1280px !important; }
|
|
.matrix-operations-utility .title { margin-bottom: 10px; }
|
|
.matrix-operations-utility .FormPanel { margin-bottom: 10px; padding: 12px 16px; border: 1px solid #c3d0da !important; border-radius: 6px; background: #f4f8fb !important; box-shadow: 0 2px 8px rgba(31,52,72,.06); }
|
|
.matrix-operations-utility .tableContainer { max-height: min(62vh,600px); overflow: auto; border: 1px solid #c3d0da !important; border-radius: 6px; background: #f4f8fb !important; box-shadow: 0 2px 8px rgba(31,52,72,.08); }
|
|
.matrix-operations-utility .tableContainer > table { width: 100%; min-width: 820px; border-collapse: separate; border-spacing: 0; }
|
|
.matrix-operations-utility .tableContainer .thead { position: sticky; top: 0; z-index: 2; }
|
|
.matrix-operations-utility .tableContainer .thead > tr > td,
|
|
.matrix-operations-utility .tableContainer thead > tr > th { height: 36px; padding: 7px 9px !important; color: #31475b; background: #e8eef4 !important; border-right: 1px solid #d3dce5; border-bottom: 1px solid #c3ced9; font-size: 11px; font-weight: 700; text-transform: uppercase; white-space: nowrap; }
|
|
.matrix-operations-utility .tableContainer > table > tbody > tr > td { height: 34px; padding: 6px 9px !important; background: #fff; border-right: 1px solid #e0e6ec; border-bottom: 1px solid #dce4eb; }
|
|
.matrix-operations-utility .tableContainer > table > tbody > tr:nth-child(even) > td { background: #edf3f7; }
|
|
.matrix-operations-utility .tableContainer > table > tbody > tr:hover > td { background: #e2eef8; }
|
|
.matrix-operations-utility :is(.tableContainer,.FormPanel) input[type="checkbox"] { width: 16px; height: 16px; vertical-align: middle; accent-color: #245a91; }
|
|
.matrix-holiday-list #FormPanel .linkbutton,
|
|
.matrix-email-manager #btnaemail { color: #fff !important; background-color: #245a91 !important; border-color: #245a91 !important; }
|
|
.matrix-email-manager #FormPanel .matrix-form-controls { width: 100% !important; }
|
|
.matrix-email-manager #FormPanel select { width: 100% !important; }
|
|
.matrix-email-manager .tableContainer > table { min-width: 1080px; }
|
|
.matrix-unlock-cases .tableContainer > table { min-width: 1180px; }
|
|
.matrix-unlock-cases .tableContainer img[onclick] { width: 20px; height: 20px; padding: 2px; border-radius: 3px; cursor: pointer; }
|
|
.matrix-unlock-cases .tableContainer img[onclick]:hover { background: #d8e8f5; }
|
|
.matrix-group-sms .matrix-tool-workspace__content { max-width: 780px !important; }
|
|
.matrix-group-sms #FormPanel { padding: 16px 18px; }
|
|
.matrix-group-sms #FormPanel :is(input[type="text"],textarea) { box-sizing: border-box; max-width: 100%; }
|
|
.matrix-group-sms #btnsend { min-width: 118px; margin-top: 10px !important; float: right !important; }
|
|
.matrix-fraud-bulletin #btndelete { color: #fff !important; background-color: #21835b !important; border-color: #21835b !important; }
|
|
.matrix-fraud-bulletin #btndelete:hover { background-color: #176c49 !important; border-color: #176c49 !important; }
|
|
@media (max-width:760px) { .matrix-operations-utility .matrix-tool-workspace__content { width: calc(100% - 12px) !important; } }
|