Bug 661858 - Style tab-modal prompts with system colors. r=dolske

This commit is contained in:
Dão Gottwald 2012-08-10 20:46:39 +02:00
parent 891e9a7613
commit 9f93b800a3

View File

@ -10,11 +10,10 @@ tabmodalprompt {
}
.mainContainer {
color: black;
background-color: white;
background-clip: padding-box;
color: -moz-fieldText;
background-color: -moz-field;
border-radius: 2px;
border: 1px solid hsla(0,0%,0%,.5);
border: 1px solid threeDDarkShadow;
}
.topContainer {