From af79dc0b60cd8e1af7f6515fc23a52d0d29924b3 Mon Sep 17 00:00:00 2001 From: David Rothstein Date: Tue, 4 Nov 2014 23:20:44 -0500 Subject: Issue #1069152 by droplet, alexandrezia, Mixologic, jhedstrom, David_Rothstein | ogi: Fixed Throbber in textfield is misaligned when browser hardware acceleration enabled (followup for Bartik RTL styling). --- themes/bartik/css/style-rtl.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index 3bb02ca2e..991edfc4d 100644 --- a/themes/bartik/css/style-rtl.css +++ b/themes/bartik/css/style-rtl.css @@ -225,10 +225,10 @@ ul.action-links li a { /* Animated throbber */ html.js input.form-autocomplete { - background-position: 1% 4px; + background-position: 1% center; } html.js input.throbbing { - background-position: 1% -16px; + background-position: 1% center; } /* Comment form */ -- cgit v1.2.3