2017-09-12 19 views

答えて

1

あなたは、次のCSSを使用しようとすることができます:

.modal-header { 
    background-color: darkblue; 
    color: white; 
} 

Fiddle is here

0
は、モーダル・ヘッダのCSSクラスをオーバーライド

.modal-header { 
    color: white: 
    background-color: blue; // Code of the exact color you want 
} 
+0

これを追加おかげですべての –

0

はJoe1615 @あなたのCSSに

.modal-header{ 
    background-color: darkblue; 
    color: white; 
} 
関連する問題