alecpl
2010-05-19 7520f0781c651154217e9547d12d32a65439c5d2
- Fix cursor on subject (broken in last commits)


1 files modified
8 ■■■■ changed files
skins/default/mail.css 8 ●●●● patch | view | raw | blame | history
skins/default/mail.css
@@ -763,8 +763,7 @@
#messagelist tr td div.expanded,
#messagelist tr td img.flagicon,
#messagelist tr td img.msgicon,
#messagelist tbody tr td.flag,
#messagelist tbody tr td.subject a
#messagelist tbody tr td.flag
{
  cursor: pointer;
}
@@ -790,6 +789,11 @@
  width: 99%;
}
#messagelist tbody tr td.subject a
{
  cursor: default;
}
/* thread parent message with unread children */
#messagelist tbody tr.unroot td.subject a
{