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

Firfox 70+

This commit is contained in:
MatMoul 2020-01-11 05:56:52 +01:00
parent 93faa5cf7c
commit b2d4e62f60
2 changed files with 7 additions and 6 deletions

View File

@ -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; }

View File

@ -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; }