10 lines
113 B
CSS
10 lines
113 B
CSS
|
|
/* disable top bar and top tabs */
|
||
|
|
|
||
|
|
#TabsToolbar {
|
||
|
|
visibility: collapse;
|
||
|
|
}
|
||
|
|
|
||
|
|
#titlebar {
|
||
|
|
display: none;
|
||
|
|
}
|