14 lines
203 B
CSS
14 lines
203 B
CSS
![]() |
#configuration {
|
||
|
display: table !important;
|
||
|
}
|
||
|
|
||
|
#expand {
|
||
|
display: none !important;
|
||
|
z-index: -1 !important;
|
||
|
}
|
||
|
|
||
|
#collapse {
|
||
|
display: inline-block !important;
|
||
|
z-index: 100 !important;
|
||
|
}
|