mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-17 15:03:02 +00:00
make insecure-login-warning visible in dark mode
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
height: 80vh;
|
height: 80vh;
|
||||||
|
|
||||||
& #insecure-login-warning {
|
& #insecure-login-warning {
|
||||||
background-color: $warning-bg-subtle;
|
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
{{ custom_html | safe }}
|
{{ custom_html | safe }}
|
||||||
{% elif login_service %}
|
{% elif login_service %}
|
||||||
<div class="service-login">
|
<div class="service-login">
|
||||||
<p id='insecure-login-warning' class='hidden'>
|
<p id='insecure-login-warning' class='hidden alert alert-warning'>
|
||||||
Warning: JupyterHub seems to be served over an unsecured HTTP connection.
|
Warning: JupyterHub seems to be served over an unsecured HTTP connection.
|
||||||
We strongly recommend enabling HTTPS for JupyterHub.
|
We strongly recommend enabling HTTPS for JupyterHub.
|
||||||
</p>
|
</p>
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
<h1>Sign in</h1>
|
<h1>Sign in</h1>
|
||||||
</div>
|
</div>
|
||||||
<div class='auth-form-body m-auto'>
|
<div class='auth-form-body m-auto'>
|
||||||
<p id='insecure-login-warning' class='hidden'>
|
<p id='insecure-login-warning' class='hidden alert alert-warning'>
|
||||||
Warning: JupyterHub seems to be served over an unsecured HTTP connection.
|
Warning: JupyterHub seems to be served over an unsecured HTTP connection.
|
||||||
We strongly recommend enabling HTTPS for JupyterHub.
|
We strongly recommend enabling HTTPS for JupyterHub.
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user