Browse Source

fix: 🐛 Uptime-kuma: Possible fix for #416

pull/420/head
GilbN 2 years ago
parent
commit
7eed146bb2
  1. 2
      css/base/uptime-kuma/uptime-kuma-base.css

2
css/base/uptime-kuma/uptime-kuma-base.css

@ -320,7 +320,6 @@ td {
.form-control {
color: var(--text);
background: var(--transparency-dark-25);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='#ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
background-repeat: no-repeat;
}
@ -361,7 +360,6 @@ td {
.form-check-input[type=checkbox]:indeterminate {
background-color: var(--button-color);
border-color: var(--button-color);
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}
.dark .multiselect__content-wrapper,

Loading…
Cancel
Save