more subtle hover effect on sortable column, text instead of background

This commit is contained in:
Jan-Christoph Borchardt 2014-06-02 16:23:22 +02:00
parent a447caf8d3
commit 3b4004f9e5

View file

@ -180,7 +180,7 @@ table th .columntitle.name {
}
/* hover effect on sortable column */
table th a.columntitle:hover {
background-color: #F0F0F0;
color: #000;
}
table th .sort-indicator {
width: 10px;