Issue #30 - Fixed stage values and broken tests.

This commit is contained in:
Daniel Thee Roperto
2016-09-19 13:13:03 +10:00
parent 2cfda63922
commit f0ae7b8410
4 changed files with 41 additions and 10 deletions

View File

@@ -34,11 +34,11 @@ If you need to make changes here, remember to update your settings inside Moodle
margin: 10px 0;
}
A.auth_outage_warningbar_box_title {
a.auth_outage_warningbar_box_title {
color: white;
}
A.auth_outage_warningbar_box_finish {
a.auth_outage_warningbar_box_finish {
background-color: white;
border: 1px solid black;
border-radius: 5px;
@@ -51,7 +51,7 @@ A.auth_outage_warningbar_box_finish {
transition: background-color 200ms linear;
}
A.auth_outage_warningbar_box_finish:hover {
a.auth_outage_warningbar_box_finish:hover {
background-color: black;
}