Fix names and strings

This commit is contained in:
barsdeveloper
2022-05-03 22:12:22 +02:00
parent 2617e15691
commit 5f4b35427e
8 changed files with 34 additions and 35 deletions

View File

@@ -105,12 +105,12 @@ ueb-pin.ueb-pin-fill .ueb-pin-tofill {
padding: 0;
height: 18px;
width: 18px;
background: #0f0f0f;
background-color: #0f0f0f;
color: var(--ueb-pin-color);
}
.ueb-pin-type-bool .ueb-pin-input:checked {
background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="%230070e0" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M 5 10 l 3 3 l 6 -6" /></svg>');
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="%230070e0" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M 5 10 l 3 3 l 6 -6" /></svg>');
}
.ueb-pin-input-content {