Update mailcow.css

This commit is contained in:
Phoenix Eve Aspacio 2018-01-15 22:43:41 +08:00 committed by GitHub
parent 1170fd2cea
commit 53545f788b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,4 +110,10 @@ legend {
}
.mailcow-logo img {
max-width: 250px;
}
}
.lang-link-disabled a {
pointer-events: none;
}
.lang-link-disabled {
cursor: not-allowed;
}