/* FileBrowser custom CSS - Storage Pool disk stats (auto-updated) */

nav::before,
nav.active::before {
  content: "Storage Pool  \00b7  5%";
  display: block;
  padding: 12px 16px 6px;
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  border-top: 1px solid rgba(255,255,255,0.06);
}

nav::after,
nav.active::after {
  content: "71 GB of 1.8 TB used";
  display: block;
  margin: 0 16px 12px;
  padding: 10px 0 0;
  font-size: 11px;
  color: rgba(255,255,255,0.35);
  background-image: linear-gradient(to right, #00c853 5%, rgba(255,255,255,0.08) 5%);
  background-size: 100% 5px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
