mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Fix css class name for prevention of multiselect(->multipleselect)
This commit is contained in:
parent
f76ce4d485
commit
03370ac705
2 changed files with 4 additions and 4 deletions
|
|
@ -134,7 +134,7 @@ p {
|
|||
min-width: 250px;
|
||||
}
|
||||
|
||||
.multiselect {
|
||||
.multipleselect {
|
||||
width:27em;
|
||||
height:10em;
|
||||
border:solid 2px #c0c0c0;
|
||||
|
|
@ -143,11 +143,11 @@ p {
|
|||
margin: 0.9em;
|
||||
}
|
||||
|
||||
.multiselect label {
|
||||
.multipleselect label {
|
||||
display:block;
|
||||
}
|
||||
|
||||
.multiselect-on {
|
||||
.multipleselect-on {
|
||||
color:#ffffff;
|
||||
background-color:#000099;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue