Line 236: | Line 236: | ||
#bodyContent table tr{ | #bodyContent table tr{ | ||
background-color: white; | background-color: white; | ||
− | transition: all | + | transition: all 0.5s ease; |
} | } | ||
#bodyContent table tr:nth-child(even) { | #bodyContent table tr:nth-child(even) { | ||
Line 242: | Line 242: | ||
} | } | ||
#bodyContent table tr:hover { | #bodyContent table tr:hover { | ||
− | |||
− | |||
− | |||
background-color: rgba(20, 147, 117, 0.75); | background-color: rgba(20, 147, 117, 0.75); | ||
} | } |
Revision as of 06:18, 20 September 2017