Remove duplicate box shadow in latest speed dial CSS
This commit is contained in:
parent
a260fdce12
commit
5eb229c9fb
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@
|
||||||
height: 75%;
|
height: 75%;
|
||||||
margin: auto;
|
margin: auto;
|
||||||
-webkit-box-shadow: 0 4px 18px rgba(0,0,0,.3), 0 0 2px #fff inset;
|
-webkit-box-shadow: 0 4px 18px rgba(0,0,0,.3), 0 0 2px #fff inset;
|
||||||
box-shadow: 0 4px 18px rgba(0,0,0,.3), 0 0 2px #fff inset;
|
|
||||||
background-image: -webkit-gradient(
|
background-image: -webkit-gradient(
|
||||||
linear, center top, center bottom,
|
linear, center top, center bottom,
|
||||||
from(#f6f6f6), to(#e3e3e3));
|
from(#f6f6f6), to(#e3e3e3));
|
||||||
|
|
Loading…
Reference in a new issue