From f1d9569e5dcaba93a95b3bde1a33b20f226bc823 Mon Sep 17 00:00:00 2001 From: Aaron Boodman Date: Sun, 8 Dec 2013 19:06:49 -0800 Subject: [PATCH] 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 --- server/camlistored/ui/blob_item.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/camlistored/ui/blob_item.css b/server/camlistored/ui/blob_item.css index bc72b7290..c9bb571ae 100644 --- a/server/camlistored/ui/blob_item.css +++ b/server/camlistored/ui/blob_item.css @@ -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;