aboutsummaryrefslogtreecommitdiffstats
path: root/skins/standard/buglist.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/buglist.css')
-rw-r--r--skins/standard/buglist.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css
index e58baabfd..7256d285e 100644
--- a/skins/standard/buglist.css
+++ b/skins/standard/buglist.css
@@ -118,6 +118,38 @@ tr.bz_secure_mode_implied td.first-child {
tr.bz_secure_mode_manual td.first-child {
}
+div.bz_last_visit_description {
+ padding: 1em 0;
+}
+div.bz_last_visit_description span {
+ padding-left: 1em;
+ white-space: nowrap;
+}
+tr.bz_new_since_last_visit td.first-child:before,
+span.bz_new_since_last_visit:before {
+ color: #ed2;
+ content: "\25CF";
+ font-size: large;
+}
+tr.bz_updated_since_last_visit td.first-child:before,
+span.bz_updated_since_last_visit:before {
+ color: #c00;
+ content: "\25CF";
+ font-size: large;
+}
+tr.bz_up_to_date_since_last_visit td.first-child:before,
+span.bz_up_to_date_since_last_visit:before {
+ color: #0c0;
+ content: "\25CF";
+ font-size: large;
+}
+tr.bz_unknown_since_last_visit td.first-child:before,
+span.bz_unknown_since_last_visit:before {
+ color: #aaa;
+ content: "\25CF";
+ font-size: large;
+}
+
td.bz_estimated_time_column,
td.bz_remaining_time_column,
td.bz_actual_time_column,