mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-05-26 15:13:33 +00:00
Add boot menu/order functionality. Minor improvements. Some bug fixes
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user