* Fixed hover mouse style issues.

This commit is contained in:
tianshujie
2023-02-13 15:08:41 +08:00
parent abba42925e
commit fb0d16634f
+4
View File
@@ -100,4 +100,8 @@ js::set('isCNLang', !$this->loadModel('common')->checkNotCN())
</script>
<?php endif;?>
</div>
<style>
.dtable-hover-row .dtable-rows > .dtable-row:hover .dtable-cells {background: var(--dtable-hover-bg) !important;}
.dtable-hover-row .dtable-rows>.dtable-row:hover .dtable-cell {background: unset;}
</style>
<?php include '../../common/view/footer.html.php';?>