Index: openacs-4/packages/acs-templating/www/resources/lists.css =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-templating/www/resources/lists.css,v diff -u -r1.10 -r1.11 --- openacs-4/packages/acs-templating/www/resources/lists.css 10 Oct 2008 11:41:07 -0000 1.10 +++ openacs-4/packages/acs-templating/www/resources/lists.css 31 Mar 2009 12:31:10 -0000 1.11 @@ -2,11 +2,11 @@ padding-top: 5px; padding-bottom: 10px; } + div.list-button-bar-bottom { padding-top: 10px; } - table.list-table { border-collapse: collapse; border: 1px solid #ccc; @@ -19,6 +19,7 @@ .list-table tr.list-header { background-color: #ffffff; + color: inherit; } th.list-table, th.list-table-narrow, .list-table th { @@ -28,10 +29,12 @@ .list-table tr.even, .list-tiny tr.even { background-color: #ffffff; + color: inherit; } .list-table tr.odd, .list-tiny tr.odd { - background-color: #F0EFF0; + background-color: #f0eff0; + color: inherit; } td.list-table, td.list-table-narrow, .list-table td { @@ -63,19 +66,22 @@ .list-paginator li { border: 1px solid #f00; - background-color: white; + background-color: #fff; padding: 2px 4px; font-weight: bold; - border: 1px solid #FFF; + border: 1px solid #fff; + color: inherit; } .list-paginator li a:hover { background-color: #e5e5e5; + color: inherit; } .list-paginator li.current { background-color: #e5e5e5; border: 1px solid #999; + color: inherit; } /* end pagination ------------------------------------------ */ @@ -86,7 +92,8 @@ background-color: #eee; vertical-align: top; border: 1px solid #ccc; - font-size: .9em; + font-size: .9em; + color: inherit; } .list-filter-header { @@ -99,13 +106,16 @@ font-size: x-small; padding-left:10px; } -tr.list-filter-selected { - background-color: #bbbbbb; + +tr.list-filter-selected { + background-color: #bbb; + color: inherit; } span.list-filter-selected { font-weight: bold; } + .list-filter-section { font-size: x-small; font-weight: bold; @@ -120,11 +130,14 @@ div.list-inline-filter { font-size: x-small; } + span.list-inline-filter { } + span.list-inline-filter-selected { font-weight: bold; } + a.list-inline-filter { }