Bug 917429 - add back the fixed watermark. r=rsilveira

This commit is contained in:
Sam Foster 2013-12-04 19:33:17 -08:00
parent 6e85a77024
commit 9e9759a290

View File

@ -636,6 +636,10 @@ tabmodalprompt:not([promptType="promptUserAndPass"]) .infoContainer {
.meta {
background-color: @panel_light_color@;
background-image: url("chrome://browser/skin/images/firefox-watermark.png");
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
/* needs to observe the viewstate */