X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FbrowserRequest.css;fp=EarlyBlue%2Fmessenger%2FbrowserRequest.css;h=830cb462c8df1758941db58bbb6dd123ac612fb5;hp=0000000000000000000000000000000000000000;hb=cba696d90be7100cba91c68596dfc59d459a8c98;hpb=1783ea508b5f2c4f2f96b96a948aa26172a0380a diff --git a/EarlyBlue/messenger/browserRequest.css b/EarlyBlue/messenger/browserRequest.css new file mode 100644 index 00000000..830cb462 --- /dev/null +++ b/EarlyBlue/messenger/browserRequest.css @@ -0,0 +1,40 @@ +/* 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/. */ + +#security-button { + width: 20px; + padding-right: 5px; + background-repeat: no-repeat; +} + +#security-button[level="high"], +#security-button[level="low"] { + background-image: url("chrome://messenger/skin/icons/secure.png"); +} + +#security-button[level="broken"] { + background-image: url("chrome://messenger/skin/icons/insecure.png"); +} + +#security-button[loading="true"] { + background-image: url("chrome://global/skin/icons/loading.gif"); + background-position: 4px 2px; +} + +#header { + overflow: hidden; + border-bottom: 1px solid #666699; +} + +#addressbox { + font-weight: bold; + font-size: normal; + overflow: hidden; + margin: 0px 5px; + font-weight: normal; +} + +#headerMessage { + margin-top: 4px; +}