WebAdminPanel/static/css/table-members.css

18 lines
195 B
CSS
Raw Normal View History

2022-12-10 08:14:21 -05:00
table, th, td {
border: 1px solid;
}
table {
margin: 2% 0;
border-collapse: collapse;
}
th, td {
padding: 15px;
text-align: left;
}
tr:hover {
background-color: #dddddd;
}