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

Last change on this file since 568 was 568, checked in by ramonb, 15 years ago

job_monarch/css/styles.css:

  • added nodes filter class

job_monarch/js/jobgrid.js:

  • added cell rendering/selection for nodes column
File size: 406 bytes
Line 
1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
7.filterenabled
8{
9   background: blue;
10   color: white;
11   cursor: pointer;
12}
13
14.monarch
15{
16   background: none;
17}
18
19.background
20{
21   background-image: url(../bg.gif);
22   background-repeat: repeat;
23}
24
25.nodesfilter
26{
27   color: rgb(130,150,255);
28   cursor: pointer;
29}
30
31.nodesfilterenabled
32{
33   background: rgb(130,150,255);
34   color: white;
35   cursor: pointer;
36}
Note: See TracBrowser for help on using the repository browser.