new class in default theme

pull/2707/head
HB9HIL 2023-11-14 16:55:52 +01:00
rodzic d43d97e541
commit c1d78a4651
1 zmienionych plików z 33 dodań i 25 usunięć

Wyświetl plik

@ -1,31 +1,39 @@
thead>tr>td { thead>tr>td {
background-color: aliceblue !important; background-color: aliceblue !important;
} }
.selectize-input { .form-select {
border: 1px solid #ced4da; border: 1px solid #ced4da;
} }
#lotw_badge { #lotw_badge {
float:right; float:right;
} }
#edit_qso:not(.btn) { #edit_qso:not(.btn) {
float:left; float:left;
} }
.qso_call { .qso_call {
float:left; float:left;
width:140px; width:140px;
} }
.qso_icons { .qso_icons {
float:right; float:right;
} }
.btn { .btn {
white-space: normal; white-space: normal;
} }
#qsoList_wrapper th { text-align: left !important; white-space: nowrap;} #qsoList_wrapper th {
#qsoList_wrapper td { text-align: left !important; white-space: nowrap;} text-align: left !important;
white-space: nowrap;
}
#qsoList_wrapper td {
text-align: left !important;
white-space: nowrap;
}