Problem with button border, only on Firefox
-
Hello guys, I have a problem which seems to appear only on Firefox: sometimes when I load my front page, the button border does not appear, or appears to be half or something like this. You can easily check it out on my site: http://www.beautiful-burger.com
Try to open it with Mozilla (refresh multiple times, sometimes it appears to be fine) and then other browsers.
The css im using is this(im pretty new at this so my guess is that there are some major mistakes in my css in general, probably not only on this part. But what baffles me is that it only seems to misbehave on mozilla):
#header-button-container .primary-button, #header-button-container .secondary-button { color: #fff!important; border: 1px solid #fff !important; vertical-align: baseline; } .secondary-button { background-color: transparent !important; border: 1px solid #fff !important; color: #fff !important; } .secondary-button:hover{ background-color: #D0C274 !important; color: #fff !important; }Thanks for any answers
The topic ‘Problem with button border, only on Firefox’ is closed to new replies.