it's not fluid anymore - and shadows are not that strong

This commit is contained in:
Senad Uka
2015-04-16 21:19:33 +02:00
parent fc9f7496d2
commit 269ad19e4f
4 changed files with 11 additions and 9 deletions

View File

@@ -106,9 +106,9 @@ background: none;
.productbox{
cursor: pointer;
-moz-box-shadow: 1px 4px 25px #000000;
-webkit-box-shadow: 1px 4px 25px #000000;
box-shadow: 1px 4px 25px #000000;
-moz-box-shadow: 1px 2px 2px #cccccc;
-webkit-box-shadow: 1px 2px 2px #cccccc;
box-shadow: 1px 2px 2px #cccccc;
height: auto;
background-color: rgba(255, 255, 255, 0.6);
margin-top: 10px;