Update mailcow.css

master
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
1 changed files with 7 additions and 1 deletions

View File

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