Guest User

Untitled

a guest
Nov 15th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <style style="text/css">
  2. table#hoverTable {
  3. border-collapse: collapse;
  4. }
  5. #hoverTable,
  6. #hoverTable tr,
  7. #hoverTable td,
  8. #hoverTable th {
  9. }
  10. #hoverTable tbody tr {
  11. font-weight: bolder;
  12. }
  13. #hoverTable tbody tr:hover {
  14. color: #000000;
  15. background-color: #cccccc;
  16. font-weight: bolder;
  17. cursor: pointer;
  18. }
  19. </style>
Add Comment
Please, Sign In to add comment