Betclever
Well-known member
Hello all,
I made buttons for my custom page but on Firefox, everything is ok like on this print screen:
And this is what I have on Chrome:
Please find the codes for both buttons:
What's wrong please?
Thanks for your help.
I made buttons for my custom page but on Firefox, everything is ok like on this print screen:
And this is what I have on Chrome:
Please find the codes for both buttons:
Code:
.bloc-reviews a.reviewnow {
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #c3c3c3 20%, #7d7d7d 100%) repeat scroll 0 0;
border: 1px solid #949494;
border-radius: 5px;
box-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.3) inset, 0 0 2px hsla(0, 100%, 100%, 0.3) inset, 0 1px 2px hsla(0, 0%, 0%, 0.29);
color: #fff !important;
cursor: pointer;
display: inline-block;
font: bold 15px/27px sans-serif;
margin: 0;
padding: 5px 15px 3px;
text-align: center;
text-decoration: none !important;
text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.3);
text-transform: uppercase;
}
.bloc-reviews a.betnow {
background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #9e0107 20%, #be0007 100%) repeat scroll 0 0;
border: 1px solid #9e0107;
border-radius: 5px;
box-shadow: 0 1px 0 hsla(0, 100%, 100%, 0.3) inset, 0 0 2px hsla(0, 100%, 100%, 0.3) inset, 0 1px 2px hsla(0, 0%, 0%, 0.29);
color: #fff !important;
cursor: pointer;
display: inline-block;
font: bold 15px/27px sans-serif;
margin: 0 0 0 15px;
padding: 5px 15px 3px;
text-align: center;
text-decoration: none !important;
text-shadow: 0 -1px 0 hsla(0, 0%, 0%, 0.3);
text-transform: uppercase;
}
What's wrong please?
Thanks for your help.