2023-11-15 18:57:22 +08:00
|
|
|
thead > tr > td {
|
|
|
|
|
background-color: aliceblue !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-select {
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.selectize-input {
|
|
|
|
|
border: 1px solid #ced4da;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-20 09:14:51 +08:00
|
|
|
.dxccBgDanger {
|
|
|
|
|
background-color: #f8d7db !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.dxccBgSuccess {
|
|
|
|
|
background-color: #d4edda !important;
|
|
|
|
|
}
|
|
|
|
|
|
2023-11-15 18:57:22 +08:00
|
|
|
#lotw_badge {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#edit_qso:not(.btn) {
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso_call {
|
|
|
|
|
float: left;
|
|
|
|
|
width: 140px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.qso_icons {
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
|
white-space: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#qsoList_wrapper th {
|
|
|
|
|
text-align: left !important;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#qsoList_wrapper td {
|
|
|
|
|
text-align: left !important;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|