summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-04 23:20:44 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-11-04 23:20:44 -0500
commitaf79dc0b60cd8e1af7f6515fc23a52d0d29924b3 (patch)
tree79885af0dad056bc95f80ea2554c2aa826dbe2ca /themes
parentb09c6788a60b200234efec2ce6310a1583fa4cb3 (diff)
downloadbrdo-af79dc0b60cd8e1af7f6515fc23a52d0d29924b3.tar.gz
brdo-af79dc0b60cd8e1af7f6515fc23a52d0d29924b3.tar.bz2
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).
Diffstat (limited to 'themes')
-rw-r--r--themes/bartik/css/style-rtl.css4
1 files changed, 2 insertions, 2 deletions
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 */