updated styling of sortable columns on hover.

This commit is contained in:
kay.one 2013-07-09 22:02:51 -07:00
commit d958e95c59
6 changed files with 18 additions and 5 deletions

View file

@ -62,7 +62,6 @@
padding : 30px;
}
.page-toolbar {
margin-top : 10px;
margin-bottom : 30px;
@ -93,3 +92,13 @@
padding : 4px 6px;
font-size : 16px;
}
th {
&.sortable {
&:hover {
background: @tableBackgroundHover;
}
.clickable();
}
}