CSS
66
Untitled
Guest on 1st June 2022 09:51:49 PM
:root {
--statusbar_background_color: #F9F9FA;
--statusbar_font_color: black;
}
:-moz-any(statuspanel,#statuspanel) {
-moz-appearance: none !important;
background-color: unset !important;
width: unset !important
border: 0 !important;
}
#browser-bottombox {
height: 20px;
border: 0px solid transparent !important;
border-right: 1px solid transparent !important;
}
#statuspanel {
background-color: transparent !important;
border: none !important;
bottom: 3px !important;
height: 33px !important;
max-width: 25% !important; /* Change the value to suite your needs */
transition: none !important;
}
html[inFullscreen="true"] #browser-bottombox {
display:none !important;
}
html[inFullscreen="true"] #statuspanel {
display:none !important;
}
#statuspanel { opacity: 1 !important }
#main-window:not([sizemode="fullscreen"]) #statuspanel[inactive] #statuspanel-inner::before {
bottom:2px;
padding-left:5px;
position: fixed;
content:"Done";
}
#statuspanel[inactive] #statuspanel-label { display: none !important }
/* If you're not on the latest Nightly,
change the #statuspanel-inner
to .statuspanel-inner */
#statuspanel #statuspanel-inner {
background-color: transparent !important;
border: none !important;
height: 23x !important;
}
/* If you're not on the latest Nightly,
change the #statuspanel-label
to .statuspanel-label */
#statuspanel #statuspanel-label {
background-color: transparent !important;
border: none !important;
color: black !important;
}