alecpl
2008-08-28 1996d8f9778466abe721c154abc8db2239bcc3e2
#1484589: use cursor:default for lists


3 files modified
9 ■■■■■ changed files
skins/default/addresses.css 2 ●●● patch | view | raw | blame | history
skins/default/mail.css 5 ●●●● patch | view | raw | blame | history
skins/default/settings.css 2 ●●● patch | view | raw | blame | history
skins/default/addresses.css
@@ -105,7 +105,7 @@
#contacts-table tbody td
{
  cursor: pointer;
  cursor: default;
}
skins/default/mail.css
@@ -337,6 +337,7 @@
#mailboxlist li a
{
  cursor: default;
  display: block;
  padding-left: 25px;
  padding-top: 2px;
@@ -467,7 +468,7 @@
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #EBEBEB;
  cursor: pointer;
  cursor: default;
}
#messagelist tbody tr td a
@@ -475,6 +476,7 @@
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  cursor: inherit;
}
#messagelist col
@@ -489,6 +491,7 @@
{
  width: 16px;
  vertical-align: middle;
  cursor: pointer;
}
#messagelist tr td.subject
skins/default/settings.css
@@ -91,7 +91,7 @@
#identities-table tbody td
{
  cursor: pointer;
  cursor: default;
}
#identity-frame