This is because of the definitions you have in ns.css
table { <--------- this one is a blanket call that modifies every table of the page including the popup
border-collapse: separate;
width: 100%;
margin: 0 0 25px 0;
border: 1px solid #ccc;
font-size: 90%;
}
tr:hover { <------- this one affects rows and makes the text go white
background-color: #bacdba;
color: #fff;
}
__________________
-- Gervais
EPC Tutorials... We're here to help!
Offering custom integration services. Contact me here.
* Not affiliated with EasyPHPCalendar or NashTech Inc.
|