Tweak table row styles

This commit is contained in:
Dan Sosedoff 2015-05-06 20:58:21 -05:00
parent c0f3f027ae
commit c9d4ef5e89
2 changed files with 8 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -295,7 +295,7 @@
#results tr:nth-child(even) > td {
border: none;
background: #f8f8f8;
background: #fafafa;
}
#results tr:nth-child(odd) > td {
@ -327,6 +327,10 @@
background: #ffe;
}
#results tbody tr {
border-bottom: 1px solid #f2f2f2;
}
#results tr.selected td {
background: #3874d7 !important;
color: #fff !important;