Cloudlog/assets/css/default/overrides.css

43 行
687 B
CSS

thead>tr>td {
2023-11-14 23:55:52 +08:00
background-color: aliceblue !important;
}
.form-select {
border: 1px solid #ced4da;
}
2023-11-15 01:58:05 +08:00
.selectize-input {
border: 1px solid #ced4da;
}
2023-11-14 23:55:52 +08:00
#lotw_badge {
2023-08-25 20:35:33 +08:00
float:right;
2023-11-14 23:55:52 +08:00
}
#edit_qso:not(.btn) {
2023-08-25 20:35:33 +08:00
float:left;
2023-11-14 23:55:52 +08:00
}
.qso_call {
float:left;
width:140px;
2023-11-14 23:55:52 +08:00
}
.qso_icons {
float:right;
2023-11-14 23:55:52 +08:00
}
.btn {
white-space: normal;
}
#qsoList_wrapper th {
text-align: left !important;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;
white-space: nowrap;
}