source: trunk/web2/addons/job_monarch/css/styles.css @ 543

Last change on this file since 543 was 543, checked in by ramonb, 16 years ago

job_monarch/jobstore.php:

  • filter jobs

js/jobgrid.js:

  • add and remove proper CSS class to cells for filters

job_monarch/css/styles.css:

  • cleanup, pretty colors
File size: 221 bytes
Line 
1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
7.filterenabled
8{
9   background: rgb(0,0,255);
10   color: white;
11   cursor: pointer;
12}
13
14.even
15{
16   background: rgb(255,255,255);
17}
18
19.odd
20{
21   background: rgb(240,240,240);
22}
Note: See TracBrowser for help on using the repository browser.