ソースを参照

Fix dropzone color on arc-green (#11514)

* Fix dropzone color on arc-green

* fix missing ;

* use same color as textarea and fix border

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
tags/v1.13.0-rc1
Cirno the Strongest 4年前
コミット
c572ee2b61
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更10行の追加1行の削除
  1. 10
    1
      web_src/less/themes/theme-arc-green.less

+ 10
- 1
web_src/less/themes/theme-arc-green.less ファイルの表示

@@ -1062,7 +1062,16 @@ input {
}

.ui.form .dropzone {
border: 2px dashed #4c505c;
border: 2px dashed #7f98ad;
background-color: #2e323e;

.dz-button {
color: rgba(158, 158, 158, .8);
}
}

.ui.form .dropzone:hover .dz-button {
color: rgba(158, 158, 158, 1);
}

.ui.basic.red.button,

読み込み中…
キャンセル
保存