mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Add boot menu/order functionality. Minor improvements. Some bug fixes
This commit is contained in:
parent
6b06ed25ff
commit
96efde814a
5 changed files with 553 additions and 284 deletions
|
@ -133,3 +133,21 @@ p {
|
|||
display: inline;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.multiselect {
|
||||
width:27em;
|
||||
height:10em;
|
||||
border:solid 2px #c0c0c0;
|
||||
overflow:auto;
|
||||
padding: 0 1em;
|
||||
margin: 0.9em;
|
||||
}
|
||||
|
||||
.multiselect label {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.multiselect-on {
|
||||
color:#ffffff;
|
||||
background-color:#000099;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue