summaryrefslogtreecommitdiff
path: root/themes/bartik
diff options
context:
space:
mode:
authorDavid Rothstein <drothstein@gmail.com>2014-11-03 01:16:11 -0500
committerDavid Rothstein <drothstein@gmail.com>2014-11-03 01:16:11 -0500
commitf7cf579dfb85ffb21f7870ef1c73aec4147127f9 (patch)
tree6e2c807245271cbd15b5ae0f41bdd957002dbf17 /themes/bartik
parent9ebc7af3c50368e899f028320ea752a0885642d5 (diff)
downloadbrdo-f7cf579dfb85ffb21f7870ef1c73aec4147127f9.tar.gz
brdo-f7cf579dfb85ffb21f7870ef1c73aec4147127f9.tar.bz2
Issue #1069152 by droplet, alexandrezia, Mixologic, jhedstrom | ogi: Fixed Throbber in textfield is often misaligned.
Diffstat (limited to 'themes/bartik')
-rw-r--r--themes/bartik/css/style.css8
1 files changed, 0 insertions, 8 deletions
diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css
index 1e63cbe88..8426e56ce 100644
--- a/themes/bartik/css/style.css
+++ b/themes/bartik/css/style.css
@@ -1325,14 +1325,6 @@ input.form-button-disabled:active,
color: #717171;
}
-/* Animated throbber */
-html.js input.form-autocomplete {
- background-position: 100% 4px; /* LTR */
-}
-html.js input.throbbing {
- background-position: 100% -16px; /* LTR */
-}
-
/* Comment form */
.comment-form label {
float: left; /* LTR */