1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-18 12:52:42 +01:00

Add alt-row highlighting.

This commit is contained in:
epriestley 2011-03-31 00:55:18 -07:00
parent 34e8d902c7
commit 0bfb472be1

View file

@ -74,7 +74,8 @@
white-space: normal;
}
.aphront-table-view tr.highlighted {
.aphront-table-view tr.highlighted,
.aphront-table-view tr.alt-highlighted {
background: #ffff66;
}