0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-03 12:25:31 +00:00

Fix contrast for slider labels and pips

This commit is contained in:
Pēteris Caune 2022-09-09 15:05:09 +03:00
parent 37bbe5a9c7
commit 4312154552
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2
5 changed files with 12 additions and 16 deletions

View file

@ -80,11 +80,6 @@
margin-bottom: 60px;
}
#log-slider .noUi-value {
font-size: 12px;
padding-top: 5px;
}
#log-slider .noUi-connect {
background-color: var(--link-color);
}

View file

@ -145,8 +145,7 @@
}
#period-slider .noUi-value, #grace-slider .noUi-value {
font-size: 12px;
padding-top: 5px;
color: var(--text-muted);
}
.update-timeout-terms {

View file

@ -16,12 +16,4 @@ body.dark .noUi-handle {
body.dark .noUi-marker {
background: #777;
}
body.dark .noUi-pips {
color: hsl(240, 3%, 55%);
}
body.dark .noUi-value-sub {
color: hsl(240, 3%, 45%);
}
}

View file

@ -0,0 +1,9 @@
.noUi-target .noUi-value {
color: var(--text-color);
font-size: 12px;
padding-top: 5px;
}
.noUi-target .noUi-value-sub {
color: var(--text-muted);
}

View file

@ -46,6 +46,7 @@
<link rel="stylesheet" href="{% static 'css/my_checks.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/my_checks_desktop.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/nouislider.min.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/nouislider.hc.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/nouislider.dark.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/ping_details.css' %}" type="text/css">
<link rel="stylesheet" href="{% static 'css/pricing.css' %}" type="text/css">