You are here

throbber-general.css in Ajax loader 7

Same filename and directory in other branches
  1. 8 css/throbber-general.css
.ajax-throbber {
    margin: 40px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.ajax-progress-throbber,
.views-admin .ajax-progress-throbber {
    background: none;
}

File

css/throbber-general.css
View source
  1. .ajax-throbber {
  2. margin: 40px auto;
  3. width: 40px;
  4. height: 40px;
  5. position: relative;
  6. }
  7. .ajax-progress-throbber,
  8. .views-admin .ajax-progress-throbber {
  9. background: none;
  10. }