Bug 430079 - Remove some ancient style rules from dialog.css. r=Mano, a=damons.

This commit is contained in:
stefanh@inbox.com 2008-04-29 09:20:37 -07:00
parent 088b3636da
commit 770928bc66

View File

@ -67,14 +67,7 @@ dialog {
dialogheader {
margin: 0px 5px 5px 5px;
border: 2px solid;
-moz-border-top-colors: ThreeDShadow ThreeDDarkShadow;
-moz-border-right-colors: ThreeDHighlight ThreeDDarkShadow;
-moz-border-bottom-colors: ThreeDHighlight ThreeDDarkShadow;
-moz-border-left-colors: ThreeDShadow ThreeDDarkShadow;
padding: 5px 8px;
background-color: Highlight;
color: HighlightText;
}
.dialogheader-title {
@ -89,14 +82,7 @@ dialogheader {
.header-large {
-moz-box-orient: vertical;
margin: -14px -14px 0;
border-left: none;
border-right: none;
border-top: 1px solid;
-moz-border-top-colors: #FFFFFF;
-moz-border-bottom-colors: #9999FF #777777;
padding: 12px 5px 12px 25px;
background-color: #CCCCFF;
color: #000000;
}
.header-large > .dialogheader-title {
@ -110,12 +96,10 @@ dialogheader {
.dialogheader-description {
font-weight: bold !important;
border: 1px solid blue;
}
.dialogheader-title {
font-weight: bold !important;
border: 1px solid red;
}
#loginContainer {