88 lines
1.7 KiB
CSS
88 lines
1.7 KiB
CSS
.bootstrap-iso {
|
|
background-color: white;
|
|
width: 100%;
|
|
color: #000000;
|
|
}
|
|
|
|
.bootstrap-iso .icon-delete {
|
|
display: inline-block;
|
|
margin-right: 10px;
|
|
width: 30px;
|
|
}
|
|
|
|
/* import bootstrap 5.0 */
|
|
@import 'bootstrap/dist/css/bootstrap.css';
|
|
|
|
/* override bootstrap 5.0 */
|
|
ol,
|
|
ul,
|
|
dl {
|
|
margin-top: 0;
|
|
margin-bottom: 0rem;
|
|
}
|
|
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
box-sizing: content-box;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none;
|
|
}
|
|
|
|
table#totaldevis td {
|
|
text-align: center;
|
|
}
|
|
|
|
td {
|
|
white-space: normal;
|
|
word-wrap: break-word;
|
|
}
|
|
|
|
.bootstrap-iso select {
|
|
max-width: 400px;
|
|
}
|
|
|
|
.tabledt {
|
|
table-layout: auto;
|
|
width: 100%;
|
|
white-space: pre-wrap;
|
|
background-color: var(--color-main-background);
|
|
}
|
|
|
|
.tabledt tbody tr td {
|
|
background-color: var(--color-main-background);
|
|
}
|
|
|
|
table.dataTable.display tbody tr.odd > [class*="sorting_"] {
|
|
background-color: var(--color-main-background);
|
|
}
|
|
|
|
table.dataTable.display tbody tr.even > [class*="sorting_"] {
|
|
background-color: var(--color-main-background);
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single {
|
|
background-color: #fff !important;
|
|
border: 2px solid var(--color-border-maxcontrast) !important;
|
|
border-radius: 8px !important;
|
|
height: 36px !important;
|
|
padding: 2px 4px 2px 4px !important;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__rendered {
|
|
color: black !important;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow {
|
|
height: 26px !important;
|
|
right: 10px !important;
|
|
top: 6px !important;
|
|
width: 20px !important;
|
|
}
|
|
|
|
.select2-container--default .select2-selection--single .select2-selection__arrow b {
|
|
border-color: black rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) !important;
|
|
margin-top: -4px !important;
|
|
} |