📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)
編集の要約なし タグ: 差し戻し済み |
編集の要約なし タグ: 差し戻し済み |
||
| 576行目: | 576行目: | ||
} | } | ||
/* | /* メディアダイアログの背景色を設定 */ | ||
.oo-ui-window | .oo-ui-window-frame { | ||
background-color: #ffffff !important; | background-color: #ffffff !important; | ||
} | } | ||
.oo-ui-window-frame { | /* ダークモード対応 */ | ||
@media (prefers-color-scheme: dark) { | |||
.oo-ui-window-frame { | |||
background-color: #292929 !important; | |||
} | |||
} | } | ||
.oo-ui-window-content { | /* メディアダイアログのコンテンツ部分の背景色 */ | ||
background-color: | .oo-ui-window.oo-ui-dialog .oo-ui-window-content { | ||
background-color: inherit !important; | |||
} | } | ||
. | /* パネルの背景色 */ | ||
background-color: | .ve-ui-mwMediaDialog-panel-search, | ||
.ve-ui-mwMediaDialog-panel-upload, | |||
.ve-ui-mwMediaDialog-panel-settings, | |||
.ve-ui-mwMediaDialog-panel-imageinfo { | |||
background-color: inherit !important; | |||
} | } | ||
/* | /* タブパネルの背景色 */ | ||
.oo-ui-tabPanelLayout { | |||
background-color: inherit !important; | |||
} | |||
/* 検索結果エリアの背景色 */ | |||
.oo-ui-searchWidget-results { | |||
background-color: inherit !important; | |||
} | |||
/* メディアの結果アイテムの背景色 */ | |||
.mw-widget-mediaResultWidget { | |||
background-color: inherit !important; | |||
} | |||
/* フォーム要素の背景色 */ | |||
.oo-ui-textInputWidget input { | |||
background-color: inherit !important; | |||
color: inherit !important; | |||
} | } | ||