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

7 lines
585 B
CSS
Raw Normal View History

2017-11-21 01:33:55 +00:00
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
2018-06-30 14:28:41 +00:00
#statuspanel { 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 { top: 0px !important; margin-left: 0px !important; margin-top: 0px !important; border: none !important; padding: 0px !important; }
2017-11-21 01:33:55 +00:00
window[inFullscreen="true"] #browser-bottombox { display:none !important; }
2018-06-30 14:28:41 +00:00
window[inFullscreen="true"] #statuspanel { display:none !important; }