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 @@ -3390,7 +3390,7 @@ table.code-browser .submodule-dir { } .error_msg a { - text-decoration: underline; + text-decoration: underline; } .warning_msg { @@ -3409,7 +3409,7 @@ table.code-browser .submodule-dir { } .warning_msg a { - text-decoration: underline; + text-decoration: underline; } .success_msg { @@ -3427,8 +3427,8 @@ table.code-browser .submodule-dir { } .success_msg a { - text-decoration: underline; - color: #FFF !important; + text-decoration: underline; + color: #FFF !important; } .notice_msg { @@ -4849,4 +4849,4 @@ div.comment:target>.comment-wrapp { .lineno:target a { border: solid 2px #ee0 !important; margin: -2px; -} \ No newline at end of file +}