Fix: [WebUI] フルダークテーマの修正 (#708)
* Fix media alt textarea color 投稿に添付したメディアの編集モーダルウインドウに存在する「視覚的に閲覧が難しいユーザーへの説明」を入力するテキストエリアの色を修正 * Fix compose-form__warning color 投稿画面にて一部の公開範囲などを選んだ際に、入力欄の上部に表示される .compose-form__warning の背景色を修正(文字の視認性向上のため) * fix CSS Selector idの指定を`#~~~` から `[id=~~~]` に変更
This commit is contained in:
parent
6cf0f5bac7
commit
207fff0453
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
input[type='text']:not(#cw-spoiler-input),
|
||||
input[type='search'],
|
||||
input[type='number'],
|
||||
textarea[id='upload-modal__description'],
|
||||
input:not([type]) {
|
||||
background: $ui-base-color !important;
|
||||
color: $primary-text-color !important;
|
||||
|
@ -24,6 +25,7 @@ input:not([type]) {
|
|||
color: $classic-secondary-color !important;
|
||||
}
|
||||
|
||||
.compose-form__warning,
|
||||
.modal-root__modal {
|
||||
background: lighten($classic-base-color, 12%);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue