From 53545f788b4162e37e111f3628a767c7c152dcd7 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 15 Jan 2018 22:43:41 +0800 Subject: [PATCH 1/3] Update mailcow.css --- data/web/css/mailcow.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/data/web/css/mailcow.css b/data/web/css/mailcow.css index 955b05fb..e8358b04 100644 --- a/data/web/css/mailcow.css +++ b/data/web/css/mailcow.css @@ -110,4 +110,10 @@ legend { } .mailcow-logo img { max-width: 250px; -} \ No newline at end of file +} +.lang-link-disabled a { + pointer-events: none; +} +.lang-link-disabled { + cursor: not-allowed; +} From eb04e703c2d30f30697d15b8368ed7aa2517b7c1 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 15 Jan 2018 22:44:04 +0800 Subject: [PATCH 2/3] Update index.php --- data/web/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/web/index.php b/data/web/index.php index 8f7dcb20..47339923 100644 --- a/data/web/index.php +++ b/data/web/index.php @@ -43,7 +43,7 @@ $_SESSION['return_to'] = $_SERVER['REQUEST_URI'];
-