mirror of
https://git.imnavajas.es/jjimenez/safekat.git
synced 2025-07-25 22:52:08 +00:00
110 lines
1.9 KiB
CSS
Executable File
110 lines
1.9 KiB
CSS
Executable File
/* Overwrite datatables styles */
|
|
|
|
table.dataTable.table-striped>tbody>tr.odd.selected>* {
|
|
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.5);
|
|
}
|
|
|
|
table.dataTable>tbody>tr.selected>* {
|
|
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.5);
|
|
color: white;
|
|
}
|
|
|
|
table.dataTable.table-hover>tbody>tr.selected:hover>* {
|
|
box-shadow: inset 0 0 0 9999px rgba(13, 110, 253, 0.65);
|
|
}
|
|
|
|
.comparator-table th,
|
|
.comparator-table td {
|
|
padding-left: 0.6em;
|
|
padding-right: 0.6em;
|
|
}
|
|
|
|
|
|
.comparator-table td {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.comparator-table th {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.comparator-table td.dt-result {
|
|
font-size: 0.8em;
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.comparator-table td.dt-result-text {
|
|
text-align: right;
|
|
}
|
|
|
|
.comparator-table td.dt-result-value {
|
|
text-align: left;
|
|
}
|
|
|
|
|
|
.lp-cell {
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
margin:0;
|
|
}
|
|
|
|
.lp-input {
|
|
text-align: center;
|
|
min-width: 50px;
|
|
width: 100%;
|
|
border-radius: 0.25rem !important;
|
|
}
|
|
|
|
.lp-select {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
width: 100%;
|
|
font-size:0.8rem !important;
|
|
}
|
|
|
|
.lp-td {
|
|
padding-left: 1px;
|
|
padding-right: 1px;
|
|
margin:0 !important;
|
|
}
|
|
|
|
.lp-header {
|
|
text-align: center !important;
|
|
padding-left: 1px !important;
|
|
padding-right: 1px !important;
|
|
padding-top: 1px !important;
|
|
padding-bottom: 5px !important;
|
|
margin:0 !important;
|
|
}
|
|
|
|
.lp-cell-disabled {
|
|
background-color: Gainsboro;
|
|
}
|
|
|
|
.lp-button{
|
|
font-size: 1.1em;
|
|
padding-left: 3px;
|
|
padding-right: 3px;
|
|
width: 100%;
|
|
height: 25px;
|
|
margin-top: 6px;
|
|
}
|
|
|
|
div.draw-shapes {
|
|
width: 95%;
|
|
height: 550px;
|
|
margin: 2.5% auto;
|
|
}
|
|
|
|
.table-servicios{
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.column-input-search {
|
|
min-width: 100px;
|
|
max-width: 120px;
|
|
font-size: 0.8rem !important;
|
|
} |