Tweak table row styles
This commit is contained in:
parent
c0f3f027ae
commit
c9d4ef5e89
File diff suppressed because one or more lines are too long
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user