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

First commit

This commit is contained in:
matmoul 2017-11-21 02:33:55 +01:00
parent ed4501bd71
commit 7026417a92
2 changed files with 10 additions and 0 deletions

6
chrome/userChrome.css Executable file
View File

@ -0,0 +1,6 @@
#browser-bottombox { height: 20px; border-top: solid 1px #505050; }
.browserContainer>statuspanel { left: 4px !important; bottom: 0px; transition-duration: 0s !important; transition-delay: 0s !important; }
.browserContainer>statuspanel>.statuspanel-inner>.statuspanel-label { margin-left: 0px !important; border: none !important; padding: 0px !important; }
window[inFullscreen="true"] #browser-bottombox { display:none !important; }
window[inFullscreen="true"] .browserContainer>statuspanel[type="overLink"] .statuspanel-label { display:none !important; }

4
chrome/userContent.css Executable file
View File

@ -0,0 +1,4 @@
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; }