Browse Source

Tautulli: notification bell color

pull/16/head
gilbN 5 years ago
parent
commit
866321a88b
  1. 6
      CSS/themes/tautulli/tautulli-base.css

6
CSS/themes/tautulli/tautulli-base.css

@ -214,6 +214,12 @@
color: #fff; color: #fff;
background-color: rgba(255, 255, 255, 0.08); background-color: rgba(255, 255, 255, 0.08);
} }
.stacked-configs > li > span > a.toggle-left, .stacked-configs > li > span > span.toggle-left {
color: #999;
}
span > a.active, .stacked-configs > li > span > span.active {
color: #f9be03;
}
.inline-pre { .inline-pre {
background-color: rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.25);
} }

Loading…
Cancel
Save