0
我有一個簡單的ngBootstrap工具提示,我正在嘗試風格的角度4組件。根據其他SO問題,這應該工作:風格ngBootstrap工具提示
.tooltip-inner {
background-color: #00acd6 !important;
/*!important is not necessary if you place custom.css at the end of your css calls. For the purpose of this demo, it seems to be required in SO snippet*/
color: #fff;
}
但它沒有效果。我確認了工具提示 - 內部類在工具提示中使用,但它沒有被應用