14 lines
159 B
CSS
14 lines
159 B
CSS
|
|
a {
|
|
color: #fff;
|
|
}
|
|
|
|
a.x-tree-node-text {
|
|
text-decoration: none;
|
|
color: #fff;
|
|
}
|
|
|
|
.x-grid-cell-special {
|
|
background-image: none;
|
|
}
|