Skip to content
Snippets Groups Projects
Commit b5f8ee63 authored by gnaegi's avatar gnaegi
Browse files

OO-1068 make red-screen red

parent f52ddf54
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ $r.renderHeaderIncludes() ...@@ -94,7 +94,7 @@ $r.renderHeaderIncludes()
<title>$r.translate("page.appname") - $r.translate("error.header")</title> <title>$r.translate("page.appname") - $r.translate("error.header")</title>
</head> </head>
<body id="o_body"> <body id="o_body" class="o_exception">
<div id="o_beta_logo"></div> <div id="o_beta_logo"></div>
...@@ -153,7 +153,7 @@ $r.renderHeaderIncludes() ...@@ -153,7 +153,7 @@ $r.renderHeaderIncludes()
<span>$r.translate("error.back")</span> <span>$r.translate("error.back")</span>
</a> </a>
#end #end
<button type="submit" name="olat_fosm" value="$r.translateInAttribute('send.report')" class="btn btn-default btn-primary"> <button type="submit" name="olat_fosm" value="$r.translateInAttribute('send.report')" class="btn btn-default btn-danger">
<i class="o_icon o_icon_mail"></i> <i class="o_icon o_icon_mail"></i>
<span>$r.translateInAttribute('send.report')</span> <span>$r.translateInAttribute('send.report')</span>
</button> </button>
......
...@@ -409,5 +409,8 @@ a.o_chelp { ...@@ -409,5 +409,8 @@ a.o_chelp {
background-size: cover; background-size: cover;
} }
} }
.jumbotron h1 {
color: $brand-danger;
}
} }
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment