border-top: none;
}
-/* Style of the attachment table */
+/* Style of the attachment table and time tracking table */
#attachment_table {
border-collapse: collapse;
width: 40em;
border: 1px solid #333333;
}
-#attachment_table th, .bz_attach_footer {
+#attachment_table th, .bz_attach_footer, .bz_time_tracking_table th {
background-color: #E0E0E0;
color: black;
}
-#attachment_table td {
+#attachment_table td, .bz_time_tracking_table th, .bz_time_tracking_table td {
border: 1px solid #333333;
}
.bz_time_tracking_table th {
text-align: center;
- background-color: #ccc;
}
.bz_time_tracking_table td {
.bz_time_tracking_table th,
.bz_time_tracking_table td {
padding: 4px;
- border: 1px solid black;
-
}
.bz_time_tracking_table .bz_summarize_time {