mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-30 05:45:31 +02:00
Media Management settings are alive
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
.control-group {
|
||||
.controls {
|
||||
i.danger {
|
||||
color : #b94a48;
|
||||
}
|
||||
i.warning {
|
||||
color : #f89406;
|
||||
}
|
||||
i {
|
||||
font-size : 16px;
|
||||
color : #595959;
|
||||
@@ -19,8 +13,6 @@
|
||||
margin-bottom : 0px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.help-inline-checkbox {
|
||||
padding-left : 5px;
|
||||
display : inline-block;
|
||||
|
@@ -57,3 +57,17 @@
|
||||
.icon-nd-add:before {
|
||||
.icon(@plus);
|
||||
}
|
||||
|
||||
.icon-form-info:before {
|
||||
.icon(@question-sign);
|
||||
}
|
||||
|
||||
.icon-form-warning:before {
|
||||
.icon(@warning-sign);
|
||||
color : #f89406;
|
||||
}
|
||||
|
||||
.icon-form-danger:before {
|
||||
.icon(@exclamation-sign);
|
||||
color : #b94a48;
|
||||
}
|
Reference in New Issue
Block a user