diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -3385,6 +3385,10 @@ table.code-browser .submodule-dir { border-color: #c43c35 #c43c35 #882a25; } +.error_msg a { + text-decoration: underline; +} + .warning_msg { color: #404040 !important; background-color: #eedc94; @@ -3400,6 +3404,10 @@ table.code-browser .submodule-dir { border-color: #eedc94 #eedc94 #e4c652; } +.warning_msg a { + text-decoration: underline; +} + .success_msg { background-color: #57a957; background-repeat: repeat-x !important; @@ -3414,6 +3422,11 @@ table.code-browser .submodule-dir { border-color: #57a957 #57a957 #3d773d; } +.success_msg a { + text-decoration: underline; + color: #FFF !important; +} + .notice_msg { background-color: #339bb9; background-repeat: repeat-x; @@ -3428,6 +3441,10 @@ table.code-browser .submodule-dir { border-color: #339bb9 #339bb9 #22697d; } +.notice_msg a { + text-decoration: underline; +} + .success_msg, .error_msg, .notice_msg, .warning_msg { font-size: 12px; font-weight: 700;