9 lines
106 B
CSS
9 lines
106 B
CSS
|
#bgtitle {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.Inputfields .InputfieldStateCollapsed {
|
||
|
filter: alpha(opacity = 60);
|
||
|
}
|
||
|
|