You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.1 KiB
34 lines
1.1 KiB
@media print {
|
|
a[href]:after {
|
|
content: '';
|
|
}
|
|
.mlts-search-controls-wrapper .search-field-background {
|
|
display: block !important;
|
|
}
|
|
.mlts-search-controls-wrapper .search-bar td,
|
|
.mlts-search-controls-wrapper .search-bar th {
|
|
width: 100% !important;
|
|
display: table-cell;
|
|
}
|
|
.mlts-search-controls-wrapper .search-button {
|
|
display: table-cell !important;
|
|
}
|
|
.mlts-search-controls-wrapper .shadowTextarea {
|
|
border: 1px solid #bfbfbf !important;
|
|
border-top-left-radius: 4px;
|
|
border-bottom-left-radius: 4px;
|
|
min-height: 38px;
|
|
}
|
|
.mlts-search-controls-wrapper .btn {
|
|
border: 1px solid #bfbfbf !important;
|
|
background: transparent !important;
|
|
padding: 4px 12px !important;
|
|
}
|
|
.dashboard-body .input.input-text input,
|
|
.dashboard-body .select2-container .select2-choice,
|
|
.dashboard-body .select2-container .select2-choices,
|
|
.dashboard-body .select2-container .select2-search-choice {
|
|
border: 1px solid #bfbfbf !important;
|
|
}
|
|
}
|