I want to set some css just for Mozilla. I wrote these css:
@-moz-document url-prefix() {
.button{
background-color: red;
border: 1px solid red;
border-radius: 3px;
}
}
My problem is these aren't work! How can i fix this? Thank you for help.