Tautulli: notification bell color

This commit is contained in:
gilbN 2019-08-24 15:53:04 +02:00
parent e0e8d171e8
commit 866321a88b

View File

@ -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);
} }