Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions core/css/guest.css
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ form .warning input[type='checkbox']+label {
margin: 10px 0;
text-align: center;
width: 100%;
text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background
}
#forgot-password {
padding: 11px;
Expand Down Expand Up @@ -517,6 +518,7 @@ fieldset.update legend + p {
p.info {
margin: 0 auto;
padding-top: 20px;
text-shadow: 0 0 2px rgba(0, 0, 0, .4); // better readability on bright background
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
Expand Down