1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-07-04 11:07:59 +02:00

Fixed: Filter indicator in interactive search

(cherry picked from commit 80d36a06c8f42f239304d2f5a7edcb573b5072db)
This commit is contained in:
Mark McDowall 2022-02-24 17:44:51 -08:00 committed by Qstick
parent 04185d6839
commit f22a589cb8

View File

@ -1,11 +1,19 @@
.menuButton {
composes: menuButton from '~./MenuButton.css';
position: relative;
&:hover {
color: #666;
}
}
.indicatorContainer {
position: absolute;
top: 10px;
left: 10px;
}
.label {
margin-left: 5px;
}