作成日: 2019/11/18 最終更新日: 2019/11/18
文書種別
使用方法
詳細
C1Accordionの展開時および縮小時におけるヘッダーの色を変更するには、下記のようなCSSを設定します。
◎サンプルコード(aspx)
◎サンプルコード(aspx)
<style>
.ui-state-active{
background:lightblue !important;
}
.ui-state-default:not(.ui-state-active){
background: lightgray !important;
}
</style>
.ui-state-active{
background:lightblue !important;
}
.ui-state-default:not(.ui-state-active){
background: lightgray !important;
}
</style>
旧文書番号
84641