P
P
Petr Volkhanov2018-05-24 12:11:20
css
Petr Volkhanov, 2018-05-24 12:11:20

Unusual behavior of Opera and Mozilla browsers on Android. How to make it cross-browser?

Unusual behavior of Opera and Mozilla browsers on Android, namely, look how it is displayed in Chrome (it is also displayed on all desktop browsers, even IE):
5b0680e41aad5374674313.png
Here is how it is displayed in Firefox:
5b0680feef1eb732685873.png
Opera:
5b06811844e5e145355925.png
How to make it cross-browser?
Here is the CSS for the button:

.button.center, .button.center *{
  background-color: #F60056 !important;
  text-decoration: none;
  color: #fff;
  border-radius: 10px;
  transition: 1s ease;
}
.button.center:hover, .button.center:hover *{
  background-color: #fff !important;
  text-decoration: none;
  color: #F60056;
  transition: 1s ease;
}

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question