2020-01-12 17:28:08 +00:00
|
|
|
#browser-bottombox {
|
|
|
|
height: 20px;
|
|
|
|
border-top: solid 1px #505050;
|
|
|
|
}
|
|
|
|
#statuspanel {
|
|
|
|
height: 20px !important;
|
|
|
|
width: 100% !important;
|
|
|
|
left: 0px !important;
|
|
|
|
bottom: 0px !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
transition-duration: 0s !important;
|
|
|
|
transition-delay: 0s !important;
|
|
|
|
transition-property: none !important;
|
|
|
|
}
|
|
|
|
#statuspanel-inner {
|
|
|
|
height: 20px !important;
|
|
|
|
}
|
|
|
|
#statuspanel-label {
|
|
|
|
top: 0px !important;
|
|
|
|
margin-left: 0px !important;
|
|
|
|
margin-top: 0px !important;
|
|
|
|
border: none !important;
|
|
|
|
padding: 0px !important;
|
|
|
|
background: transparent !important;
|
|
|
|
}
|
2017-11-21 01:33:55 +00:00
|
|
|
|
2020-01-12 17:28:08 +00:00
|
|
|
html[inFullscreen="true"] #browser-bottombox {
|
|
|
|
display:none !important;
|
|
|
|
}
|
|
|
|
html[inFullscreen="true"] #statuspanel {
|
|
|
|
display:none !important;
|
|
|
|
}
|