2018-09-18 19:12:26 +09:00
|
|
|
/deep/ .ui-widget-content {
|
|
|
|
border: 0px;
|
2018-09-12 13:18:49 +09:00
|
|
|
}
|
2018-09-18 19:12:26 +09:00
|
|
|
/deep/ .ui-listbox-list {
|
2018-09-12 20:31:37 +09:00
|
|
|
line-height: 2em;
|
|
|
|
}
|
2018-09-18 19:12:26 +09:00
|
|
|
/deep/ .ui-listbox-item {
|
2018-09-12 16:24:02 +09:00
|
|
|
padding: 1em;
|
|
|
|
.title{
|
2018-09-18 19:12:26 +09:00
|
|
|
font-weight: bold;
|
2018-09-12 16:24:02 +09:00
|
|
|
}
|
|
|
|
.description {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2018-09-18 19:12:26 +09:00
|
|
|
}
|
|
|
|
/deep/ .ui-corner-all {
|
|
|
|
border-radius: 0px;
|
2018-09-12 13:18:49 +09:00
|
|
|
}
|