基本的に、次のコードは FireFox 内のテーブル TH に追加されないようです
.table th {
font-weight: bold;
background: -webkit-gradient( linear, left bottom, left top, color-stop(0.03, #3A79C1), color-stop(0.99, #5F9EE6), color-stop(1, #75ABEA) );
color: #fff;
text-shadow: 1px 1px 1px #666;
}
テキストの影が背景ではなく追加されています