Removed CSS variable as it made required fields red whether they had been inputted or not

这个提交包含在:
Peter Goodhall 2023-11-17 13:19:55 +00:00
父节点 163c67cb0f
当前提交 a71f13d9dc

查看文件

@ -552,10 +552,6 @@ div#station_logbooks_linked_table_paginate {
margin-right: 30px;
}
input:invalid {
border-color: red;
}
.sfletable{
height: 470px;
}