* fixed the mystical defect where "Create Account" button was not highlighted (on the account/manage page)

(cherry picked from commit 1740542)
This commit is contained in:
slawkens
2018-10-22 09:16:53 +02:00
parent cd0b1f10cc
commit 72e2a762da
2 changed files with 35 additions and 1 deletions

View File

@@ -1785,6 +1785,37 @@ img {
color: white;
}
/* BUTTONS */
.MediumButtonText {
position: absolute;
top: 0;
left: 0;
height: 37px;
width: 150px;
z-index: 20;
}
.MediumButtonBackground {
position: relative;
top: 0;
left: 0;
width: 150px;
height: 37px;
z-index: 10;
}
.MediumButtonOver {
position: relative;
top: 0;
left: 0;
width: 150px;
height: 37px;
visibility: hidden;
z-index: 15;
}
.MediumButtonForm {
margin: 0;
padding: 0;
}
.moduleRow { }
.moduleRowOver {