Friday, October 3, 2014

สลับสีตาราง bootstrap โดยใช้ css (swith bootstrap table color by css)

<style>
.table tbody tr:hover td, .table tbody tr:hover th {
background-color: #111111;
}
</style>

No comments:

Post a Comment