Firefox userChrome.css
This commit is contained in:
parent
144694dd2b
commit
cf5d3af6b1
2 changed files with 34 additions and 0 deletions
17
firefox/.mozilla/firefox/default/chrome/userChrome.css
Normal file
17
firefox/.mozilla/firefox/default/chrome/userChrome.css
Normal 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
17
firefox/userChrome.css
Normal 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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue