1
0
mirror of https://github.com/dutchcoders/transfer.sh.git synced 2020-11-18 19:53:40 -08:00

CTA button border radius fix for firefox

This commit is contained in:
Uvis Grinfelds 2014-10-20 18:20:49 +02:00
parent f884746916
commit ee577de70f
3 changed files with 3 additions and 3 deletions

View File

@ -47,7 +47,7 @@ h2 {
border: 2px solid @red;
font-size: 20px;
color: @red;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
&:hover {
text-decoration: none;

View File

@ -5400,7 +5400,7 @@ h2 {
border: 2px solid #e96e57;
font-size: 20px;
color: #e96e57;
-webkit-border-radius: 10px;
border-radius: 10px;
display: inline-block;
}
.btn-cta:hover {

File diff suppressed because one or more lines are too long