Make notification form options regular font weight

This commit is contained in:
mabashian 2019-07-31 20:06:22 -04:00
parent 6a6d55fe41
commit 213df70419
2 changed files with 2 additions and 8 deletions

View File

@ -565,12 +565,12 @@ export default ['i18n', function(i18n) {
value: 'use_tls',
label: i18n._('Use TLS'),
ngShow: "notification_type.value == 'email' ",
labelClass: 'NotificationsForm-radioButtons'
labelClass: 'Form-inputLabel'
}, {
value: 'use_ssl',
label: i18n._('Use SSL'),
ngShow: "notification_type.value == 'email'",
labelClass: 'NotificationsForm-radioButtons'
labelClass: 'Form-inputLabel'
}]
},
hex_color: {

View File

@ -22,12 +22,6 @@
padding-right: 10px;
}
.NotificationsForm-radioButtons{
display:block!important;
margin-top: 2px !important;
color: @default-interface-txt !important;
}
.notificationsList {
margin-top:20px;
}