1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-20 21:55:03 -04:00

New: Indicator when Filter is applied

This commit is contained in:
Qstick
2019-10-09 22:48:43 -04:00
parent 6e601ede37
commit 1a3e0a3163
5 changed files with 71 additions and 2 deletions
@@ -7,6 +7,16 @@
text-align: center;
}
.indicatorBackground {
color: $themeRed;
}
.indicatorContainer {
position: absolute;
top: 10px;
right: 12px;
}
.labelContainer {
composes: labelContainer from '~Components/Page/Toolbar/PageToolbarButton.css';
}