mirror of
https://github.com/unraid/webgui.git
synced 2026-01-09 02:59:52 -06:00
19 lines
363 B
CSS
19 lines
363 B
CSS
span.array,
|
|
span.system {
|
|
margin-left: 33.33%;
|
|
width: 65.5%;
|
|
padding: 2px 10px;
|
|
font-weight: bold;
|
|
border: solid 1px #1c1c1c;
|
|
border-bottom: none;
|
|
}
|
|
textarea.menu {
|
|
margin-left: 33.33%;
|
|
width: 65.5%;
|
|
margin-bottom: 12px;
|
|
padding: 4px 10px;
|
|
font-family: bitstream;
|
|
border: 1px solid #1c1b1b;
|
|
border-top: none;
|
|
}
|