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

8 lines
690 B
CSS
Raw Normal View History

2017-11-21 01:33:55 +00:00
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
2020-01-11 04:56:52 +00:00
#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
html[inFullscreen="true"] #browser-bottombox { display:none !important; }
html[inFullscreen="true"] #statuspanel { display:none !important; }