mirror of
https://github.com/unraid/webgui.git
synced 2026-01-09 19:20:06 -06:00
12 lines
151 B
CSS
12 lines
151 B
CSS
div.basic {
|
|
display: block;
|
|
}
|
|
div.advanced {
|
|
display: none;
|
|
}
|
|
textarea.raw {
|
|
resize: none;
|
|
font-family: bitstream;
|
|
width: 65.5%;
|
|
}
|