Files
webgui/emhttp/plugins/dynamix/sheets/DeviceInfo.css
2024-07-08 11:53:09 -07:00

24 lines
320 B
CSS

input.option {
display: none;
width: 40px;
}
select.option,
#autosize {
display: none;
}
span#devtext {
display: none;
font-weight: bold;
}
span#helptext {
display: none;
font-style: italic;
}
span.code {
display: inline-block;
width: 186px;
}
i.fa-info.i {
margin-right: 10px;
}