diff options
author | Alexander Schmitz <arschmitz@gmail.com> | 2015-08-10 10:08:51 -0400 |
---|---|---|
committer | Alexander Schmitz <arschmitz@gmail.com> | 2015-10-08 14:02:46 -0400 |
commit | 77be50d7a65cc5d139f212906463ab97a0cc8689 (patch) | |
tree | 50b3412e42113574821d315cd5fa067ad5938068 /themes/base/core.css | |
parent | f6879fc0f52f3d3538fd0f2c1840addb73b476a2 (diff) | |
download | jquery-ui-77be50d7a65cc5d139f212906463ab97a0cc8689.tar.gz jquery-ui-77be50d7a65cc5d139f212906463ab97a0cc8689.zip |
Controlgroup: Add spinner to widgets controlgroup works with
Diffstat (limited to 'themes/base/core.css')
-rw-r--r-- | themes/base/core.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/base/core.css b/themes/base/core.css index 2f7521282..2ff5d2da4 100644 --- a/themes/base/core.css +++ b/themes/base/core.css @@ -73,6 +73,9 @@ vertical-align: middle; margin-top: -.25em; position: relative; + text-indent: -99999px; + overflow: hidden; + background-repeat: no-repeat; } .ui-widget-icon-block { |