modal Dialog() の背景を変更する

投稿日:2022-10-21 投稿者:PS カテゴリ:その他 タグ: , , ,

.ui-widget-overlay {
  background: #666;    // 背景色の例
  opacity: 0.5;       // 透明度の例
}