104 lines
2.1 KiB
CSS
Vendored
104 lines
2.1 KiB
CSS
Vendored
table.dataTable tr.dtrg-group.dtrg-level-1 td {
|
|
background-color: #e0e0e0;
|
|
color: #4c110f;
|
|
}
|
|
|
|
/* RENDERING */
|
|
div.dtsp-verticalPanes {
|
|
margin-right: 10px;
|
|
}
|
|
|
|
div.dtsp-panesContainer {
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
width: 15em;
|
|
}
|
|
|
|
div.dtsp-subRow1 {
|
|
width: 100%;
|
|
}
|
|
|
|
div.dtsp-searchCont input.dtsp-search.dtsp-disabledButton {
|
|
background: #eaeaea;
|
|
font-size: larger;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
div.dtsp-searchCont input.dtsp-search.dtsp-disabledButton::placeholder,
|
|
div.dtsp-searchCont input.dtsp-search.dtsp-disabledButton:-moz-placeholder,
|
|
div.dtsp-searchCont input.dtsp-search.dtsp-disabledButton::-moz-placeholder,
|
|
div.dtsp-searchCont input.dtsp-search.dtsp-disabledButton::-webkit-input-placeholder {
|
|
color: #000000;
|
|
font-weight: bold;
|
|
}
|
|
|
|
div.dtsp-titleRow {
|
|
margin-top: 13px;
|
|
padding: 5px;
|
|
}
|
|
|
|
div.dtsp-titleRow button {
|
|
padding: 0 0 0 5px !important;
|
|
font-size: 90%;
|
|
}
|
|
|
|
div.dtsp-titleRow div.dtsp-title {
|
|
padding: 1px;
|
|
margin: 0 !important;
|
|
font-weight: bolder;
|
|
}
|
|
|
|
div.dtsp-panesContainer div.dtsp-searchPanes div.dtsp-searchPane div.dataTables_scrollBody div.dtsp-nameCont span.dtsp-pill {
|
|
min-width: 4em;
|
|
}
|
|
|
|
div.dtsp-verticalContainer{
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-wrap: wrap;
|
|
justify-content: flex-start;
|
|
align-content: flex-start;
|
|
align-items: flex-start;
|
|
}
|
|
|
|
div.dtsp-verticalContainer div.dtsp-verticalPanes,
|
|
div.dtsp-verticalContainer div.dtsp-dataTable{
|
|
width: 50%;
|
|
flex-grow: 0;
|
|
flex-shrink: 0;
|
|
flex-basis: 0;
|
|
}
|
|
|
|
div.dtsp-verticalContainer div.dtsp-verticalPanes{
|
|
background: rgba(33, 39, 45, 0.1);
|
|
border-radius: 6px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
div.dtsp-title {
|
|
margin-right: 0px !important;
|
|
margin-top: 13px !important;
|
|
margin-left: 5px !important;
|
|
}
|
|
|
|
input.dtsp-search {
|
|
min-width: 0px !important;
|
|
padding-left: 0px !important;
|
|
margin: 0px !important;
|
|
}
|
|
|
|
div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes{
|
|
flex-direction: column;
|
|
flex-basis: 0px;
|
|
}
|
|
|
|
div.dtsp-verticalContainer div.dtsp-verticalPanes div.dtsp-searchPanes div.dtsp-searchPane{
|
|
flex-basis: 0px;
|
|
}
|
|
|
|
div.dtsp-verticalContainer div.dtsp-dataTable{
|
|
flex-grow: 1;
|
|
flex-shrink: 0;
|
|
flex-basis: auto;
|
|
}
|