Bug 708797 - The sync doorhanger notification doesn't have a border when using classic or third-party themes. r=dao

This commit is contained in:
Joshua M 2011-12-18 04:02:51 +01:00
parent cdd292a399
commit 894c8f7cfc

View File

@ -1714,15 +1714,21 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
}
.panel-promo-box {
margin: 8px -16px -16px -16px;
padding: 8px 16px;
background-color: #f1f5fb;
color: GrayText;
margin: 16px 0 -2px;
}
@media all and (-moz-windows-default-theme) {
.panel-promo-box {
margin: 8px -16px -16px;
padding: 8px 16px;
%ifndef WINSTRIPE_AERO
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
%endif
box-shadow: 0px 1px 2px rgb(204,214,234) inset;
background-color: #f1f5fb;
color: GrayText;
box-shadow: 0px 1px 2px rgb(204,214,234) inset;
}
}
.panel-promo-icon {