Fixup dark themes

这个提交包含在:
Paul Beesley 2020-12-07 10:03:25 +00:00
父节点 a6682a857a
当前提交 305a29355e
共有 3 个文件被更改,包括 12 次插入45 次删除

查看文件

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

查看文件

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

查看文件

@ -1,41 +1,3 @@
.workedGrid { /*!
border-color: green; * No overrides for the default theme as it aligns with general.css
} */
.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;
}