table.button:hover td a,
table.button:visited td a,
table.button:active td a {
- color: #fff !important;
+ color: #ffffff !important;
}
table.button:hover td,
table.secondary td {
background: #e9e9e9;
border-color: #d0d0d0;
- color: #555;
+ color: #555555;
}
table.secondary td a {
- color: #555;
+ color: #555555;
}
table.secondary:hover td {
background: #d0d0d0 !important;
- color: #555;
+ color: #555555;
}
table.secondary:hover td a,
table.secondary td a:visited,
table.secondary:active td a {
- color: #555 !important;
+ color: #555555 !important;
}
table.success td {