Support des propriétés d'items

Amélioration de l'interface d'édition d'items
This commit is contained in:
ZigmundKreud
2021-12-24 16:06:26 +01:00
parent 7531937e52
commit 7f6f813734
25 changed files with 680 additions and 442 deletions

View File

@@ -238,11 +238,11 @@
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: lightgray;;
color: lightgray;
}
::-ms-input-placeholder { /* Microsoft Edge */
color: lightgray;;
color: lightgray;
}
input::placeholder {
@@ -252,4 +252,8 @@
.property {
margin-top: 2px;
}
.inc-dec-btns {
color:@colorOlive;
}
}