You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
315 B
18 lines
315 B
5 years ago
|
@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;
|
||
|
}
|