比較バージョン

キー

  • この行は追加されました。
  • この行は削除されました。
  • 書式設定が変更されました。

...

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ポップアップ

閉じるボタンの背景色と文字色を変更したい場合

...

コード ブロック
/* ポップアップ閉じるボタン 色変更 */
._ChatButton_PopupClose {
  background-color: #4d4d4d;
  color: #ffffff;
}

※背景色…background-color
※文字色…color

閉じるボタンのサイズを変更したい場合

...

コード ブロック
/* ポップアップ閉じるボタン 色変更 */
._ChatButton_PopupClose {
  background-color: #4d4d4d;
  color: #ffffff;
}

 

パネル
panelIconIdatlassian-plus
panelIcon:plus:
panelIconText:plus:
bgColor#E6FCFF

ECサイト側の要素の裏にチャットボタンが隠れてしまう場合

チャットボタンの表示優先順位(z-index)を調整

...

※width、heightやbackground、colorの値は、ご希望の値に適宜ご変更ください。


情報

レスポンシブ対応

PCとスマートフォンでCSSを変えたい場合は、メディアクエリを利用してスマートフォン側のCSSをご指定ください。

...