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', value: 'use_tls',
label: i18n._('Use TLS'), label: i18n._('Use TLS'),
ngShow: "notification_type.value == 'email' ", ngShow: "notification_type.value == 'email' ",
labelClass: 'NotificationsForm-radioButtons' labelClass: 'Form-inputLabel'
}, { }, {
value: 'use_ssl', value: 'use_ssl',
label: i18n._('Use SSL'), label: i18n._('Use SSL'),
ngShow: "notification_type.value == 'email'", ngShow: "notification_type.value == 'email'",
labelClass: 'NotificationsForm-radioButtons' labelClass: 'Form-inputLabel'
}] }]
}, },
hex_color: { hex_color: {

View File

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