Firefox userChrome.css

This commit is contained in:
Jonathan Hodgson 2020-03-11 13:04:41 +00:00
parent 6abab8bd7b
commit dd437957b1
2 changed files with 34 additions and 0 deletions

View file

@ -0,0 +1,17 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#statuspanel {
position: fixed;
bottom: -1px;
right: -1px;
text-align: right;
background-color: #282828;
color: #fbf1c7;
border: 1px solid #689d6a;
}
#statuspanel-inner {
height: auto !important;
margin-right: 0;
}

17
firefox/userChrome.css Normal file
View file

@ -0,0 +1,17 @@
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
#statuspanel {
position: fixed;
bottom: -1px;
right: -1px;
text-align: right;
background-color: #282828;
color: #fbf1c7;
border: 1px solid #689d6a;
}
#statuspanel-inner {
height: auto !important;
margin-right: 0;
}