Fixup dark themes

pull/734/head
Paul Beesley 2020-12-07 10:03:25 +00:00
rodzic a6682a857a
commit 305a29355e
3 zmienionych plików z 12 dodań i 45 usunięć

Wyświetl plik

@ -1,3 +1,3 @@
/*!
* No overrides for the default theme as it aligns with general.css
*/
thead > tr > td {
background-color: aliceblue;
}

Wyświetl plik

@ -1,3 +1,9 @@
@media (min-width: 992px) {
.modal-lg, .modal-xl {
max-width: 900px;
}
}
.main-nav .container {
margin-top: 0px !important;
}
@ -11,7 +17,6 @@
thead > tr > td {
position: sticky;
top: 45px;
background-color: aliceblue;
}
.dashboard {

Wyświetl plik

@ -1,41 +1,3 @@
.workedGrid {
border-color: green;
}
.newGrid {
border-color: red;
border-width: 2px;
}
.eqsl-green{
color: #00A000;
font-size: 1.1em;
}
.eqsl-red{
color: #F00;
font-size: 1.1em;
}
.qsl-green{
color: #00A000;
font-size: 1.1em;
}
.qsl-red{
color: #F00;
font-size: 1.1em;
}
.qsl-yellow{
color: #d39e00;
font-size: 1.1em;
}
.qsl-grey{
color: #dddddd;
font-size: 1.1em;
}
.lotw-green{
color: #00A000;
font-size: 1.1em;
}
.lotw-red{
color: #F00;
font-size: 1.1em;
}
/*!
* No overrides for the default theme as it aligns with general.css
*/