web: alternate background color on journal view
This commit is contained in:
parent
2c68acdd03
commit
8a4c6ab5a1
@ -6,6 +6,7 @@
|
|||||||
/* green */
|
/* green */
|
||||||
body { background-color:white; color:black; }
|
body { background-color:white; color:black; }
|
||||||
.registerreport .odd { background-color:#ded; }
|
.registerreport .odd { background-color:#ded; }
|
||||||
|
.journalreport .odd { background-color:#eee; }
|
||||||
.filtering { background-color:#ded; }
|
.filtering { background-color:#ded; }
|
||||||
/* #main { border-color:#ded; } see below */
|
/* #main { border-color:#ded; } see below */
|
||||||
/* .journalreport td { border-color:thin solid #ded; } see below */
|
/* .journalreport td { border-color:thin solid #ded; } see below */
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user