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:
parent
003e6e835f
commit
86647ade9b
@ -1,41 +1,42 @@
|
|||||||
var(--toolbar-bgcolor, #2a2e32);
|
var(--toolbar-bgcolor, #2a2e32);
|
||||||
|
|
||||||
:root:not([inFullscreen]) #a11y-announcement {
|
:root:not([inFullscreen]) #a11y-announcement {
|
||||||
/* Kludge to make "a11y-announcement" a replacement for the removed "browser-bottombox" element */
|
/* Kludge to make "a11y-announcement" a replacement for the removed "browser-bottombox" element */
|
||||||
display: block !important;
|
display: block !important;
|
||||||
/* Also give it the right colour - and Mozilla says "opaque for layers optimization" (although this may not apply) */
|
/* Also give it the right colour - and Mozilla says "opaque for layers optimization" (although this may not apply) */
|
||||||
background-color: var(--toolbar-bgcolor) !important;
|
background-color: var(--toolbar-bgcolor) !important;
|
||||||
}
|
}
|
||||||
#browser-bottombox,
|
#browser-bottombox,
|
||||||
#a11y-announcement {
|
#a11y-announcement {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
border-top: solid 1px #505050;
|
border-top: solid 1px #505050;
|
||||||
}
|
}
|
||||||
#statuspanel {
|
#statuspanel {
|
||||||
position: fixed !important;
|
position: fixed !important;
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
left: 0px !important;
|
left: 0px !important;
|
||||||
bottom: 0px !important;
|
bottom: 0px !important;
|
||||||
padding: 0px !important;
|
padding: 0px !important;
|
||||||
transition-duration: 0s !important;
|
transition-duration: 0s !important;
|
||||||
transition-delay: 0s !important;
|
transition-delay: 0s !important;
|
||||||
transition-property: none !important;
|
transition-property: none !important;
|
||||||
}
|
}
|
||||||
#statuspanel>* {
|
#statuspanel>* {
|
||||||
color: var(--toolbar-color) !important;
|
color: var(--toolbar-color) !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
border: none !important;
|
border: none !important;
|
||||||
|
margin-top: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
html[inFullscreen="true"] #browser-bottombox,
|
html[inFullscreen="true"] #browser-bottombox,
|
||||||
html[inFullscreen="true"] #a11y-announcement {
|
html[inFullscreen="true"] #a11y-announcement {
|
||||||
display:none !important;
|
display:none !important;
|
||||||
}
|
}
|
||||||
/* Make status text visible - as a pop-up box */
|
|
||||||
html[inFullscreen="true"] #statuspanel>* {
|
html[inFullscreen="true"] #statuspanel>* {
|
||||||
border: 1px solid #505050 !important;
|
/* Make status text visible - as a pop-up box */
|
||||||
padding-left: 2px !important;
|
border: 1px solid #505050 !important;
|
||||||
padding-bottom: 6px !important;
|
padding-left: 2px !important;
|
||||||
background: var(--toolbar-bgcolor) !important;
|
padding-bottom: 6px !important;
|
||||||
|
background: var(--toolbar-bgcolor) !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user