static: fix button style for firefox
This commit is contained in:
parent
3f8abb8924
commit
7c1089197f
|
@ -15,6 +15,11 @@ div {
|
||||||
button {
|
button {
|
||||||
background-color: #28374a;
|
background-color: #28374a;
|
||||||
color: #bbb;
|
color: #bbb;
|
||||||
|
|
||||||
|
border-left-color: #545454;
|
||||||
|
border-top-color: #545454;
|
||||||
|
border-right-color: #3a3a3a;
|
||||||
|
border-bottom-color: #3A3A3A;
|
||||||
}
|
}
|
||||||
|
|
||||||
input {
|
input {
|
||||||
|
|
Loading…
Reference in a new issue