mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:50:33 +08:00
Fix names and strings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user