static: fix text input style for firefox

This commit is contained in:
coon 2023-12-02 20:36:55 +01:00
parent 7c1089197f
commit f8ab9ae20b

View file

@ -22,9 +22,16 @@ button {
border-bottom-color: #3A3A3A;
}
input {
input[type=text] {
background-color: #28374a;
color: white;
border: 1px solid black;
border-left-color: black;
border-top-color: black;
border-right-color:#545454;
border-bottom-color: #545454;
}
table {