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:
parent
ed4501bd71
commit
7026417a92
6
chrome/userChrome.css
Executable file
6
chrome/userChrome.css
Executable 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
4
chrome/userContent.css
Executable 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; }
|
Loading…
Reference in New Issue
Block a user