You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Prowlarr/frontend/src/Components/Form/PrivacyTextInput.css

18 lines
252 B

.container {
position: relative;
}
.input {
composes: input from '~Components/Form/TextInput.css';
padding: 6px 30px 6px 16px;
}
.toggle {
position: absolute;
margin-left: -25px;
width: 20px;
text-align: center;
line-height: 35px;
}