Browse Source

category loading indicator: show only spinner when category is closed

master
parent
commit
66ae0361d1
  1. 2
      style.css

2
style.css

@ -106,7 +106,7 @@ body {
}
/* Source: http://tobiasahlin.com/spinkit/ */
#content .category.loading > .loadingIndicator2 {
#content .category.open.loading > .loadingIndicator2 {
text-align: left;
display: block;
background: #efefef;

Loading…
Cancel
Save