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

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

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

  • new background
File size: 505 bytes
RevLine 
[541]1.filter
2{
3   color: blue;
4   cursor: pointer;
5}
6
[568]7.filterenabled
8{
9   background: blue;
10   color: white;
11   cursor: pointer;
12}
13
[554]14.monarch
15{
16   background: none;
17}
18
[557]19.background
20{
[647]21   background-image: url(../glossymetal.jpg);
[557]22   background-repeat: repeat;
23}
24
[568]25.nodesfilter
[541]26{
[568]27   color: rgb(130,150,255);
28   cursor: pointer;
29}
30
31.nodesfilterenabled
32{
33   background: rgb(130,150,255);
[543]34   color: white;
[541]35   cursor: pointer;
36}
[570]37
38.rrd-float
39{ 
40   float: left; 
[571]41   margin: 2px; 
[570]42   margin-right: 0; 
[571]43   padding: 2px;
[570]44} 
Note: See TracBrowser for help on using the repository browser.