From f9f0da05432bd1917a03447bbac931e7dbaadc6c Mon Sep 17 00:00:00 2001 From: Albert Yi Date: Wed, 5 Sep 2018 13:09:30 -0700 Subject: [PATCH] fix link colors in notices --- app/javascript/src/styles/common/jquery_ui_custom.scss | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/javascript/src/styles/common/jquery_ui_custom.scss b/app/javascript/src/styles/common/jquery_ui_custom.scss index 5ab5781ad..296163456 100644 --- a/app/javascript/src/styles/common/jquery_ui_custom.scss +++ b/app/javascript/src/styles/common/jquery_ui_custom.scss @@ -25,6 +25,14 @@ div.ui-dialog { border: 1px solid #FCEEC1; background: #FDF5D9; color: #363636; + + a, a:active, a:visited { + color: $link_color; + } + + a:hover { + color: $link_hover_color; + } } .ui-state-error {