Browse Source

Larry: fix unfocused message thread row highlighting (#1488477)

pull/17/head
Thomas Bruederli 13 years ago
committed by Thomas Bruederli
parent
commit
fc67e00812
  1. 2
      skins/larry/styles.css

2
skins/larry/styles.css

@ -1006,7 +1006,7 @@ table.records-table {
.records-table tr.unfocused td {
color: #fff !important;
background: #4db0d2;
background: #4db0d2 !important;
}
.records-table tr.unfocused td a,

Loading…
Cancel
Save