- set proper cursor in subject cell (for IE and Opera)

release-0.6
alecpl 16 years ago
parent b1c97d1a8e
commit 620ca66448

@ -506,6 +506,11 @@ html>body*input[type$="file"]:not([class="none"]) { background-color: transparen
cursor: inherit;
}
#messagelist tr td.subject a
{
cursor: default;
}
#messagelist col
{
display: table-column;

Loading…
Cancel
Save