1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 10:08:52 +08:00

Make error in text field start with uppercase #32

This commit is contained in:
lana-k
2021-05-22 22:24:20 +02:00
parent 9c2c8f3692
commit e2be61e2cf

View File

@@ -87,4 +87,7 @@ input.error {
margin-top: 2px;
position: absolute;
}
.text-field-error:first-letter {
text-transform: uppercase;
}
</style>