1
0
mirror of https://github.com/MatMoul/firefox-gui-chrome-css.git synced 2024-12-23 09:56:10 +00:00

Update for compatibility with FF106

This commit is contained in:
MatMoul 2022-10-18 17:52:44 +02:00
parent 6b3ffd7af1
commit aca2438e46
2 changed files with 2 additions and 12 deletions

View File

@ -3,6 +3,7 @@
border-top: solid 1px #505050; border-top: solid 1px #505050;
} }
#statuspanel { #statuspanel {
position: fixed !important;
height: 20px !important; height: 20px !important;
width: 100% !important; width: 100% !important;
left: 0px !important; left: 0px !important;
@ -12,16 +13,9 @@
transition-delay: 0s !important; transition-delay: 0s !important;
transition-property: none !important; transition-property: none !important;
} }
#statuspanel-inner {
height: 20px !important;
}
#statuspanel-label { #statuspanel-label {
top: 0px !important;
margin-left: 0px !important;
margin-top: 0px !important;
border: none !important;
padding: 0px !important;
background: transparent !important; background: transparent !important;
border: none !important;
} }
html[inFullscreen="true"] #browser-bottombox { html[inFullscreen="true"] #browser-bottombox {

View File

@ -1,4 +0,0 @@
// input, textarea, select { color: #000000; background: #ffffff; -moz-appearance: none; }
// input[type=button], input[type=submit] { -moz-appearance: button; }
// input[type=checkbox] { -moz-appearance: checkbox; }
// input[type=radio] { -moz-appearance: radio; }