Merge branch 'dev' into master

This commit is contained in:
joyfuI
2020-08-29 11:53:23 +09:00

View File

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