diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2012-05-14 21:02:53 +0200 |
---|---|---|
committer | Thomas Bruederli <bruederli@kolabsys.com> | 2012-05-14 21:03:35 +0200 |
commit | fc67e008126d8b034a49ed24f6c94de2bf858981 (patch) | |
tree | af2b8e251ee5bde9f7a533e9bdd1540700f060cc /skins/larry/styles.css | |
parent | 9c7ccef8cbfc97a3751b7d1db6f537081e896f13 (diff) |
Larry: fix unfocused message thread row highlighting (#1488477)
Diffstat (limited to 'skins/larry/styles.css')
-rw-r--r-- | skins/larry/styles.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/skins/larry/styles.css b/skins/larry/styles.css index 724c3d553..37f819a21 100644 --- a/skins/larry/styles.css +++ b/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, |