mirror of
https://github.com/unraid/webgui.git
synced 2026-01-01 23:20:35 -06:00
48 lines
719 B
CSS
48 lines
719 B
CSS
.Theme--gray:root,
|
|
.Theme--black:root {
|
|
--filetree-background: #1c1c1c;
|
|
}
|
|
|
|
.Theme--azure:root,
|
|
.Theme--white:root {
|
|
--filetree-background: #f2f2f2;
|
|
}
|
|
|
|
.vmheader {
|
|
padding: 10px;
|
|
font-size: 1.4rem;
|
|
text-align: left;
|
|
color: var(--gray-500); /* Condensed from: #888 */
|
|
}
|
|
|
|
.vmtemplate {
|
|
display: inline-block;
|
|
width: 80px;
|
|
height: 90px;
|
|
margin-bottom: 15px;
|
|
margin-left: 10px;
|
|
text-align: center;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.vmtemplate img {
|
|
width: 48px;
|
|
height: 48px;
|
|
}
|
|
|
|
.vmtemplate p {
|
|
text-align: center;
|
|
margin-top: 8px;
|
|
}
|
|
|
|
div.template,
|
|
div#dialogWindow,
|
|
input#upload {
|
|
display: none;
|
|
}
|
|
|
|
/* .fileTree {
|
|
width: 300px;
|
|
max-height: 150px;
|
|
} */
|