Improve Zoom Module

This commit is contained in:
mathieucura
2021-01-17 18:09:46 +01:00
parent 80f3c5b001
commit b9da5aaa53
2 changed files with 22 additions and 2 deletions

View File

@@ -40,13 +40,24 @@ class Zoom extends ListComboBox {
}
::slotted(*) {
padding: 4px;
background: #E8E8E8;
border: 1px solid #B0B0B0;
width: 100%;
background-color: var(--icon-bg-color);
color: #fff;
}
}
[part~="popup"] {
width: 150%;
}
elix-number-spin-box {
background-color: var(--input-color);
border-radius: 3px;
height: 20px !important;
margin-top: 1px;
}
elix-number-spin-box::part(spin-button) {
padding: 0px;
}
</style>
`.content
);