mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Moved SeasonFolderFormat to NamingConfig
Moved UseSeasonFolder to UI only (add series)
This commit is contained in:
28
src/UI/Content/checkbox-button.less
Normal file
28
src/UI/Content/checkbox-button.less
Normal file
@@ -0,0 +1,28 @@
|
||||
@import "Bootstrap/variables";
|
||||
@import "Bootstrap/mixins";
|
||||
|
||||
.checkbox-button div {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@media only screen {
|
||||
.checkbox-button {
|
||||
input {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
div {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.btn {
|
||||
.buttonBackground(@btnDangerBackground, @btnDangerBackgroundHighlight);
|
||||
}
|
||||
|
||||
input:first-of-type:checked ~ .btn {
|
||||
.buttonBackground(@btnPrimaryBackground, @btnPrimaryBackgroundHighlight);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user