static: fix text input style for firefox
This commit is contained in:
parent
7c1089197f
commit
f8ab9ae20b
|
@ -22,9 +22,16 @@ button {
|
||||||
border-bottom-color: #3A3A3A;
|
border-bottom-color: #3A3A3A;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input[type=text] {
|
||||||
background-color: #28374a;
|
background-color: #28374a;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
||||||
|
border: 1px solid black;
|
||||||
|
|
||||||
|
border-left-color: black;
|
||||||
|
border-top-color: black;
|
||||||
|
border-right-color:#545454;
|
||||||
|
border-bottom-color: #545454;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in a new issue