mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 06:59:56 -06:00
24 lines
320 B
CSS
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;
|
|
}
|