Bug 1068913 - Make sure that buttons in tab-modal prompts always have black button text. r=dao

This commit is contained in:
Markus Stange 2014-09-18 10:56:27 +02:00
parent 6dc0883831
commit aaed175ca4

View File

@ -34,6 +34,7 @@ button {
margin: 0;
-moz-margin-start: 8px;
border-radius: 2px;
color: black !important;
background-color: hsl(0,0%,90%);
background-image: linear-gradient(hsla(0,0%,100%,.7), hsla(0,0%,100%,0));
background-clip: padding-box;