13 lines
215 B
CSS
13 lines
215 B
CSS
.myDisabledClass {
|
|
color: #6600FF ;
|
|
background-color: #CCFFFF ;
|
|
font-family: "Arial" ;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.myTreeClass {
|
|
color: #FFCC99;
|
|
font-family: "Courier";
|
|
font-weight: bold;
|
|
}
|