1
2
3
4
5
6
7
8
9
/* Hide progress indicator from loading tabs */
.tab-throbber {
  display: none !important;
}

/* Hide plugin activation prompt toolbar */
notification[value="plugin-hidden"] {
  display: none !important;
}