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:
parent
6b3ffd7af1
commit
aca2438e46
@ -3,6 +3,7 @@
|
||||
border-top: solid 1px #505050;
|
||||
}
|
||||
#statuspanel {
|
||||
position: fixed !important;
|
||||
height: 20px !important;
|
||||
width: 100% !important;
|
||||
left: 0px !important;
|
||||
@ -12,16 +13,9 @@
|
||||
transition-delay: 0s !important;
|
||||
transition-property: none !important;
|
||||
}
|
||||
#statuspanel-inner {
|
||||
height: 20px !important;
|
||||
}
|
||||
#statuspanel-label {
|
||||
top: 0px !important;
|
||||
margin-left: 0px !important;
|
||||
margin-top: 0px !important;
|
||||
border: none !important;
|
||||
padding: 0px !important;
|
||||
background: transparent !important;
|
||||
border: none !important;
|
||||
}
|
||||
|
||||
html[inFullscreen="true"] #browser-bottombox {
|
||||
|
@ -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; }
|
Loading…
Reference in New Issue
Block a user