[designfix] links inside a table header have link color

on hover
pull/41/head
Romano Licker 13 years ago
parent 0762eccf60
commit e2f2506c93
  1. 4
      public/stylesheets/application.css

@ -1673,6 +1673,10 @@ form#issue-list {
color:#111;
text-decoration:none;
}
#content table th a:hover {
color:#6a0406;
text-decoration:underline;
}
#content table th.current-sort {
background:#fff url(../images/gradient-up.png) repeat-x;
}

Loading…
Cancel
Save