mirror of
https://github.com/unraid/webgui.git
synced 2026-01-07 10:10:05 -06:00
35 lines
761 B
CSS
35 lines
761 B
CSS
.fileTree {
|
|
background: #1c1c1c;
|
|
width: 300px;
|
|
max-height: 150px;
|
|
overflow-y: scroll;
|
|
overflow-x: hidden;
|
|
position: relative;
|
|
z-index: 100;
|
|
display: none;
|
|
}
|
|
#vmform table.multiple {
|
|
margin: 10px 0;
|
|
background: #1c1c1c;
|
|
background-size: 800px 100%;
|
|
background-position: -800px;
|
|
background-repeat: no-repeat;
|
|
background-clip: content-box;
|
|
transition: background 0.3s linear;
|
|
}
|
|
#template_img_chooser_outer {
|
|
position: absolute;
|
|
display: none;
|
|
border-radius: 5px;
|
|
border: 1px solid <?=$border?>;
|
|
background: #1c1c1c;
|
|
z-index: 10;
|
|
}
|
|
span#dropbox {
|
|
border: 1px solid <?=$border?>;
|
|
background: #1c1c1c;
|
|
padding: 28px 12px;
|
|
line-height: 72px;
|
|
margin-right: 16px;
|
|
}
|