mirror of
https://github.com/MatMoul/firefox-gui-chrome-css.git
synced 2024-12-23 09:56:10 +00:00
Firfox 70+
This commit is contained in:
parent
93faa5cf7c
commit
b2d4e62f60
@ -1,6 +1,7 @@
|
|||||||
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
|
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
|
||||||
#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 { height: 20px !important; 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; }
|
#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; }
|
||||||
|
|
||||||
window[inFullscreen="true"] #browser-bottombox { display:none !important; }
|
window[inFullscreen="true"] #browser-bottombox { display:none !important; }
|
||||||
window[inFullscreen="true"] #statuspanel { display:none !important; }
|
window[inFullscreen="true"] #statuspanel { display:none !important; }
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
input, textarea, select { color: #000000; background: #ffffff; -moz-appearance: none; }
|
// input, textarea, select { color: #000000; background: #ffffff; -moz-appearance: none; }
|
||||||
input[type=button], input[type=submit] { -moz-appearance: button; }
|
// input[type=button], input[type=submit] { -moz-appearance: button; }
|
||||||
input[type=checkbox] { -moz-appearance: checkbox; }
|
// input[type=checkbox] { -moz-appearance: checkbox; }
|
||||||
input[type=radio] { -moz-appearance: radio; }
|
// input[type=radio] { -moz-appearance: radio; }
|
||||||
|
Loading…
Reference in New Issue
Block a user