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

This commit is contained in:
Peter Goodhall
2023-11-17 13:19:55 +00:00
parent 163c67cb0f
commit a71f13d9dc

View File

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