style tweaks

This commit is contained in:
albert
2011-11-14 16:19:54 -05:00
parent 65f62e0245
commit b9db753164
7 changed files with 212 additions and 79 deletions

View File

@@ -11,11 +11,11 @@ table.striped {
tbody {
tr {
border-bottom: 1px solid $border_color;
}
tr:hover {
background-color: $reverse_highlight_color;
border-bottom: 1px solid #CCC;
&:hover {
background-color: $highlight_color;
}
}
}
@@ -35,4 +35,3 @@ table.striped {
background-color: #FAFAFA;
}
}