LaravelTest
185 строк · 5.0 Кб
1table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
2table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
3table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {4cursor: default !important;5}
6table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
7table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
8table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {9display: none !important;10}
11table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control,
12table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control {13position: relative;14padding-left: 30px;15cursor: pointer;16}
17table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before,
18table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {19top: 50%;20left: 5px;21height: 1em;22width: 1em;23margin-top: -9px;24display: block;25position: absolute;26color: white;27border: 0.15em solid white;28border-radius: 1em;29box-shadow: 0 0 0.2em #444;30box-sizing: content-box;31text-align: center;32text-indent: 0 !important;33font-family: "Courier New", Courier, monospace;34line-height: 1em;35content: "+";36background-color: #0275d8;37}
38table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td.dtr-control:before,
39table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th.dtr-control:before {40content: "-";41background-color: #d33333;42}
43table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control,
44table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control {45padding-left: 27px;46}
47table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td.dtr-control:before,
48table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th.dtr-control:before {49left: 4px;50height: 14px;51width: 14px;52border-radius: 14px;53line-height: 14px;54text-indent: 3px;55}
56table.dataTable.dtr-column > tbody > tr > td.dtr-control,
57table.dataTable.dtr-column > tbody > tr > th.dtr-control,
58table.dataTable.dtr-column > tbody > tr > td.control,
59table.dataTable.dtr-column > tbody > tr > th.control {60position: relative;61cursor: pointer;62}
63table.dataTable.dtr-column > tbody > tr > td.dtr-control:before,
64table.dataTable.dtr-column > tbody > tr > th.dtr-control:before,
65table.dataTable.dtr-column > tbody > tr > td.control:before,
66table.dataTable.dtr-column > tbody > tr > th.control:before {67top: 50%;68left: 50%;69height: 0.8em;70width: 0.8em;71margin-top: -0.5em;72margin-left: -0.5em;73display: block;74position: absolute;75color: white;76border: 0.15em solid white;77border-radius: 1em;78box-shadow: 0 0 0.2em #444;79box-sizing: content-box;80text-align: center;81text-indent: 0 !important;82font-family: "Courier New", Courier, monospace;83line-height: 1em;84content: "+";85background-color: #0275d8;86}
87table.dataTable.dtr-column > tbody > tr.parent td.dtr-control:before,
88table.dataTable.dtr-column > tbody > tr.parent th.dtr-control:before,
89table.dataTable.dtr-column > tbody > tr.parent td.control:before,
90table.dataTable.dtr-column > tbody > tr.parent th.control:before {91content: "-";92background-color: #d33333;93}
94table.dataTable > tbody > tr.child {95padding: 0.5em 1em;96}
97table.dataTable > tbody > tr.child:hover {98background: transparent !important;99}
100table.dataTable > tbody > tr.child ul.dtr-details {101display: inline-block;102list-style-type: none;103margin: 0;104padding: 0;105}
106table.dataTable > tbody > tr.child ul.dtr-details > li {107border-bottom: 1px solid #efefef;108padding: 0.5em 0;109}
110table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {111padding-top: 0;112}
113table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {114border-bottom: none;115}
116table.dataTable > tbody > tr.child span.dtr-title {117display: inline-block;118min-width: 75px;119font-weight: bold;120}
121div.dtr-modal {122position: fixed;123box-sizing: border-box;124top: 0;125left: 0;126height: 100%;127width: 100%;128z-index: 100;129padding: 10em 1em;130}
131div.dtr-modal div.dtr-modal-display {132position: absolute;133top: 0;134left: 0;135bottom: 0;136right: 0;137width: 50%;138height: 50%;139overflow: auto;140margin: auto;141z-index: 102;142overflow: auto;143background-color: #f5f5f7;144border: 1px solid black;145border-radius: 0.5em;146box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);147}
148div.dtr-modal div.dtr-modal-content {149position: relative;150padding: 1em;151}
152div.dtr-modal div.dtr-modal-close {153position: absolute;154top: 6px;155right: 6px;156width: 22px;157height: 22px;158border: 1px solid #eaeaea;159background-color: #f9f9f9;160text-align: center;161border-radius: 3px;162cursor: pointer;163z-index: 12;164}
165div.dtr-modal div.dtr-modal-close:hover {166background-color: #eaeaea;167}
168div.dtr-modal div.dtr-modal-background {169position: fixed;170top: 0;171left: 0;172right: 0;173bottom: 0;174z-index: 101;175background: rgba(0, 0, 0, 0.6);176}
177
178@media screen and (max-width: 767px) {179div.dtr-modal div.dtr-modal-display {180width: 95%;181}182}
183div.dtr-bs-modal table.table tr:first-child td {184border-top: none;185}
186