mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 06:22:59 +00:00
make insecure-login-warning visible in dark mode
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
height: 80vh;
|
||||
|
||||
& #insecure-login-warning {
|
||||
background-color: $warning-bg-subtle;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
|
@@ -12,7 +12,7 @@
|
||||
{{ custom_html | safe }}
|
||||
{% elif login_service %}
|
||||
<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.
|
||||
We strongly recommend enabling HTTPS for JupyterHub.
|
||||
</p>
|
||||
@@ -28,7 +28,7 @@
|
||||
<h1>Sign in</h1>
|
||||
</div>
|
||||
<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.
|
||||
We strongly recommend enabling HTTPS for JupyterHub.
|
||||
</p>
|
||||
|
Reference in New Issue
Block a user