Fix wobbly checkmark.

A rendering bug in Chrome was causing some of the checkmarks to
wobble a bit on hover. This works around the issue.

Change-Id: I22ea0117075c8de13507d257ef0d1437f30e20df
This commit is contained in:
Aaron Boodman 2013-12-08 19:06:49 -08:00
parent 933e16ebf1
commit f1d9569e5d
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@
.cam-blobitem .checkmark {
background-image: url('checkmark-black-25.png');
background-size: 100% 100%;
background-repeat: no-repeat;
cursor: pointer;
height: 25px;
left: 5px;