Use standard CSS properties instead of vendor specifics

This commit is contained in:
Chocobo1
2021-10-22 14:20:43 +08:00
parent 864dca1b67
commit 3088f04e6f
4 changed files with 2 additions and 23 deletions

View File

@@ -52,8 +52,6 @@ tr.dynamicTableHeader {
.dynamicTable th {
background-color: #eee;
border-right: 1px solid #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding: 4px;
white-space: nowrap;