source: trunk/web/addons/job_monarch/css/styles.css

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

job_monarch/css/styles.css,
job_monarch/glossymetal.jpg:

  • new background
File size: 505 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(../glossymetal.jpg);
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}
37
38.rrd-float
39{ 
40   float: left; 
41   margin: 2px; 
42   margin-right: 0; 
43   padding: 2px;
44} 
Note: See TracBrowser for help on using the repository browser.