1
0
mirror of https://github.com/MatMoul/firefox-gui-chrome-css.git synced 2024-12-23 17:56:11 +00:00
firefox-gui-chrome-css/chrome/userChrome.css

27 lines
582 B
CSS
Raw Normal View History

2020-01-12 17:28:08 +00:00
#browser-bottombox {
height: 20px;
border-top: solid 1px #505050;
}
#statuspanel {
2022-10-18 15:52:44 +00:00
position: fixed !important;
2020-01-12 17:28:08 +00:00
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-label {
background: transparent !important;
2022-10-18 15:52:44 +00:00
border: none !important;
2020-01-12 17:28:08 +00:00
}
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;
}