bst/webapp/style/uwt-listbox.css
2023-10-31 00:21:50 -04:00

26 lines
337 B
CSS

ul.uwt-listbox
{
background-color: #fff;
border: 1px solid #e7eaec;
padding: 0px;
}
ul.uwt-listbox > li
{
list-style-type: none;
margin: 0px;
padding: 0px;
}
ul.uwt-listbox > li > div.uwt-title
{
font-weight: bold;
}
ul.uwt-listbox > li > div
{
padding: 8px;
}
ul.uwt-listbox > li:hover
{
background-color: rgba(0,0,0,.075);
}