routeros_dns/static/css/index.css
2026-02-20 13:26:21 +01:00

12 lines
125 B
CSS

html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
[onClick] {
cursor: pointer;
}