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

Firefox 132

This commit is contained in:
MatMoul 2024-11-02 00:16:47 +01:00
parent 003e6e835f
commit 86647ade9b

View File

@ -26,14 +26,15 @@ var(--toolbar-bgcolor, #2a2e32);
color: var(--toolbar-color) !important;
background: transparent !important;
border: none !important;
margin-top: 18px !important;
}
html[inFullscreen="true"] #browser-bottombox,
html[inFullscreen="true"] #a11y-announcement {
display:none !important;
}
/* Make status text visible - as a pop-up box */
html[inFullscreen="true"] #statuspanel>* {
/* Make status text visible - as a pop-up box */
border: 1px solid #505050 !important;
padding-left: 2px !important;
padding-bottom: 6px !important;