2018-01-19 03:59:58 +08:00
|
|
|
/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
|
|
|
|
|
|
#aboutDialogContainer {
|
|
|
|
|
background-image: url("chrome://branding/content/about-background.png");
|
|
|
|
|
background-repeat: no-repeat;
|
2026-04-26 13:16:12 -07:00
|
|
|
background-position: center top;
|
2018-01-19 03:59:58 +08:00
|
|
|
background-color: rgb(10,17,37);
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
2026-04-26 13:16:12 -07:00
|
|
|
#clientBox {
|
|
|
|
|
-moz-box-pack: center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#leftBox {
|
|
|
|
|
visibility: collapse;
|
|
|
|
|
}
|
|
|
|
|
|
2018-01-19 03:59:58 +08:00
|
|
|
.text-link {
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#rightBox {
|
2026-04-26 13:16:12 -07:00
|
|
|
-moz-box-flex: 1 !important;
|
|
|
|
|
margin-left: 0;
|
|
|
|
|
margin-right: 0;
|
2018-01-19 03:59:58 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#bottomBox {
|
|
|
|
|
background-color: rgba(0,0,0,.7);
|
|
|
|
|
}
|