From 6474c347219f3f789ac382850fa5aea21e5d1a37 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Tue, 15 Mar 2016 19:02:49 +0000 Subject: [PATCH] Fix taglist x button positioning in Firefox --- etemplate/templates/default/etemplate2.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/templates/default/etemplate2.css b/etemplate/templates/default/etemplate2.css index b2a1cdafa8..212cdcd8ff 100644 --- a/etemplate/templates/default/etemplate2.css +++ b/etemplate/templates/default/etemplate2.css @@ -922,7 +922,7 @@ ul.et2_link_string { .et2_taglist div.ms-sel-ctn .ms-close-btn { width: 10px; height: 10px; - background-position-y: -10px; + background-position: 0px -10px; background-size: cover; background-repeat: no-repeat; margin: 2px -16px 0 10px;