作成日: 2024/09/20 最終更新日: 2024/09/20
文書種別
使用方法
詳細
GridViewにおいてマウスオーバーした行の背景色を変更するには、下記のようなCSSを設定します。
◎サンプルコード (CSS)
◎サンプルコード (CSS)
<style>
.ui-state-hover {
background-color: lightblue !important;
}
</style>
.ui-state-hover {
background-color: lightblue !important;
}
</style>