mirror of
https://github.com/MatMoul/firefox-gui-chrome-css.git
synced 2024-12-23 09:56:10 +00:00
Update userChrome.css for FF61
This commit is contained in:
parent
1cdd0eb450
commit
93faa5cf7c
@ -1,3 +1,3 @@
|
||||
# firefox-gui-chrome-css
|
||||
Status bar for Firefox 57+
|
||||
Status bar for Firefox 61+
|
||||
White background for html input on dark theme
|
||||
|
@ -1,6 +1,6 @@
|
||||
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
|
||||
.browserContainer>statuspanel { left: 4px !important; bottom: 0px; transition-duration: 0s !important; transition-delay: 0s !important; }
|
||||
.browserContainer>statuspanel>.statuspanel-inner>.statuspanel-label { margin-left: 0px !important; border: none !important; padding: 0px !important; }
|
||||
#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; }
|
||||
|
||||
window[inFullscreen="true"] #browser-bottombox { display:none !important; }
|
||||
window[inFullscreen="true"] .browserContainer>statuspanel[type="overLink"] .statuspanel-label { display:none !important; }
|
||||
window[inFullscreen="true"] #statuspanel { display:none !important; }
|
||||
|
Loading…
Reference in New Issue
Block a user