diff options
author | Thomas B. <thomas@roundcube.net> | 2013-11-22 00:19:06 -0800 |
---|---|---|
committer | Thomas B. <thomas@roundcube.net> | 2013-11-22 00:19:06 -0800 |
commit | ecb5bd7bd139a45b6c1a4f6e002b3b10e3311da7 (patch) | |
tree | 099e81cf2c1af82a83696bd701b9aadffa394c37 /skins/larry/mail.css | |
parent | 064ed1ffd2aad57720353e34defab15bf3d805b2 (diff) | |
parent | c07b7b7143ea8bd42c545b25423fc012d0591539 (diff) |
Merge pull request #153 from cmcnulty/row-focus
Indicator for row focus, resolves #1489392
Diffstat (limited to 'skins/larry/mail.css')
-rw-r--r-- | skins/larry/mail.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/skins/larry/mail.css b/skins/larry/mail.css index 801c80233..90b3511d4 100644 --- a/skins/larry/mail.css +++ b/skins/larry/mail.css @@ -446,11 +446,6 @@ a.iconbutton.threadmode.selected { /*** message list ***/ -/* this is necessary to make FF3 display borders */ -body:-moz-last-node #messagelist { - border-collapse: separate; -} - table.messagelist { z-index: 1; } |