From bb009f0d121f748d32d3d596a45cf42a1a5cc872 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 20 May 2019 16:46:10 -0400 Subject: [PATCH] Update notification radio button styling to match schedule radiobuttons. --- awx/ui/client/src/notifications/notifications.block.less | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/ui/client/src/notifications/notifications.block.less b/awx/ui/client/src/notifications/notifications.block.less index c814039ef6..06b8700348 100644 --- a/awx/ui/client/src/notifications/notifications.block.less +++ b/awx/ui/client/src/notifications/notifications.block.less @@ -24,6 +24,8 @@ .NotificationsForm-radioButtons{ display:block!important; + margin-top: 2px !important; + color: @default-interface-txt !important; } .notificationsList {