You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
192 B
14 lines
192 B
9 months ago
|
.rwmb-select {
|
||
|
min-width: 160px;
|
||
|
}
|
||
|
.rwmb-select.rwmb-select[multiple] {
|
||
|
padding: 0;
|
||
|
}
|
||
|
.rwmb-select option {
|
||
|
padding: 4px 8px;
|
||
|
}
|
||
|
.rwmb-select-all-none {
|
||
|
display: block;
|
||
|
margin-top: 5px;
|
||
|
}
|