我想为活动面板添加背景颜色和字体粗细......并且该图标位于向下位置...
我有什么(我的代码):http://www.bootply.com/wZrFTAIRfe
P.S。对不起我的英文..
答案 0 :(得分:2)
试试这个:
.panel-default>.panel-heading[aria-expanded="true"] {
font-weight: bold;
background-color: #99ccff;
background-image: url(http://storage4.static.itmages.ru/i/16/0724/h_1469363621_2952426_312a0c7b35.png);
}
答案 1 :(得分:1)
将此添加到css
[aria-expanded="true"] .panel-title
{
background-color: blue;
font-weight: 600;
}