Browse Source

Fix login page, because only guest.css is loaded now

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v12.0.0beta1
Morris Jobke 7 years ago
parent
commit
c1be2d80ad
No account linked to committer's email address
1 changed files with 13 additions and 0 deletions
  1. 13
    0
      core/css/guest.css

+ 13
- 0
core/css/guest.css View File

@@ -624,3 +624,16 @@ footer,
.push {
height: 70px;
}

.hidden {
display: none;
}

.hidden-visually {
position: absolute;
left:-10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}

Loading…
Cancel
Save