다크 테마 최적화

This commit is contained in:
joyfuI
2020-08-29 11:52:57 +09:00
parent 5a91d34f6e
commit a2370cabbe

View File

@@ -19,6 +19,14 @@
.row > div:nth-child(even) { .row > div:nth-child(even) {
text-align: left; text-align: left;
} }
.table > tbody > tr.collapse > td {
background-color: #009fff0d !important;
}
.tableRowHover tbody tr:not(.tableRowHoverOff):hover td {
background-color: #ffff0080 !important;
}
</style> </style>
<table id="result_table" class="table table-sm tableRowHover"> <table id="result_table" class="table table-sm tableRowHover">