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/ */ /* Source: http://tobiasahlin.com/spinkit/ */
#content .category.loading > .loadingIndicator2 {
#content .category.open.loading > .loadingIndicator2 {
text-align: left; text-align: left;
display: block; display: block;
background: #efefef; background: #efefef;

Loading…
Cancel
Save