code climate update

"color white should be written in hexadecimal form as #ffffff"
This commit is contained in:
Jean-Baptiste Bellet
2021-01-18 12:12:24 +01:00
parent 947a9da18b
commit 2ce361c655

View File

@@ -3,7 +3,7 @@ input.datetimepicker {
}
.container input[readonly].flatpickr-input {
background-color: white;
background-color: #ffffff;
cursor: pointer;
}