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

34 lines
757 B
CSS

table.uwt-listview
{
background-color: #fff;
border: 1px solid #e7eaec;
border-collapse: collapse;
}
table.uwt-listview td, table.uwt-listview th
{
border: 1px solid #e7eaec;
padding: 6px;
}
table.uwt-listview th
{
font-weight: lighter;
}
table.uwt-listview > tbody > tr:hover > td
{
background-color: rgba(0,0,0,.075);
color: #212529;
}
table.uwt-listview > tbody > tr > th[colspan]
{
background-color: #cee;
}
table.uwt-listview > tbody > tr > td > button,
table.uwt-listview > tbody > tr > td > a.uwt-button,
table.uwt-listview > tbody > tr > td > input[type=submit],
table.uwt-listview > tbody > tr > td > input[type=reset],
table.uwt-listview > tbody > tr > td > input[type=button]
{
display: block;
margin-left: auto;
margin-right: auto;
}