more subtle hover effect on sortable column, text instead of background
This commit is contained in:
parent
a447caf8d3
commit
3b4004f9e5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue