UIDEV - gesammelte nützliche Snippets
Hier veröffentlichen wir gesammelte Code-Snippets für die Anwendung.

[Seite: 1 ]
» css sheetStyle Box
Styling der Checkbox und Radio Elemanrte
/* einheitliche Elemente */
input[type="radio"], input[type="checkbox"] {
box-sizing: border-box;
padding: 0;
accent-color: #000 !important;
background: #000 !important;
}