Radial gradient support for Webkit and IE
This commit is contained in:
parent
8cec112721
commit
a1df11c400
|
@ -164,7 +164,11 @@ font-size: 1em;
|
||||||
.buttonEffect a
|
.buttonEffect a
|
||||||
{
|
{
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
background: -moz-radial-gradient(#666, black);
|
background: darkgray;
|
||||||
|
background: -moz-radial-gradient(#666, black);
|
||||||
|
background: -webkit-radial-gradient(#666, black);
|
||||||
|
background: -ms-radial-gradient(#666, black);
|
||||||
|
background: radial-gradient(#666, black);
|
||||||
color: #EEE;
|
color: #EEE;
|
||||||
text-decoration : none;
|
text-decoration : none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in a new issue