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:
parent
37bbe5a9c7
commit
4312154552
5 changed files with 12 additions and 16 deletions
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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%);
|
||||
}
|
||||
}
|
9
static/css/nouislider.hc.css
Normal file
9
static/css/nouislider.hc.css
Normal 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);
|
||||
}
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue