some corrections and finishing touches to that LCARStrek works well for Firefox 55...
[themes.git] / LCARStrek / messenger / browserRequest.css
CommitLineData
cba696d9
RK
1/* This Source Code Form is subject to the terms of the Mozilla Public
2 * License, v. 2.0. If a copy of the MPL was not distributed with this
3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
4
5#security-button {
6 width: 20px;
7 padding-right: 5px;
8 background-repeat: no-repeat;
9}
10
11#security-button[level="high"],
12#security-button[level="low"] {
13 background-image: url("chrome://messenger/skin/icons/secure.png");
14}
15
16#security-button[level="broken"] {
17 background-image: url("chrome://messenger/skin/icons/insecure.png");
18}
19
20#security-button[loading="true"] {
21 background-image: url("chrome://global/skin/icons/loading.gif");
22 background-position: 4px 2px;
23}
24
25#header {
26 overflow: hidden;
27 border-bottom: 1px solid #9C9CFF;
28}
29
30#addressbox {
31 font-weight: bold;
32 font-size: normal;
33 overflow: hidden;
34 margin: 0px 5px;
35 font-weight: normal;
36}
37
38#headerMessage {
39 margin-top: 4px;
40}