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

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

job_monarch/css/styles.css:

  • make selected filter light blue

job_monarch/js/jobgrid.js:

  • minimizing is weird
File size: 225 bytes
Line 
1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
7.filterenabled
8{
9   background: rgb(100,100,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.