1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/UI/Content/form.css

35 lines
514 B
CSS
Raw Normal View History

.form-horizontal .controls i {
font-size: 16px;
/*color: #3A87AD;*/
/* Info blue */
color: #595959;
cursor: default;
}
2013-03-18 18:25:36 +03:00
.form-horizontal .controls i.warning {
color: #f89406;
}
2013-03-18 18:25:36 +03:00
.form-horizontal .controls i.danger {
color: #b94a48;
}
2013-03-06 21:41:13 +03:00
.help-inline-checkbox {
float: left;
padding-left: 7px;
padding-top: 3px;
}
.switch {
float: left;
2013-03-18 18:25:36 +03:00
}
textarea.nzb-restrictions {
width: 260px;
}
.text-area-help {
display: block;
color: #777777;
font-size: 12px;
2013-03-07 11:22:16 +03:00
}