From c572ee2b61a9ed8bd8db3f12b9c44724693cef65 Mon Sep 17 00:00:00 2001 From: Cirno the Strongest <1447794+CirnoT@users.noreply.github.com> Date: Wed, 20 May 2020 00:54:20 +0200 Subject: [PATCH] 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 --- web_src/less/themes/theme-arc-green.less | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less index 0a468d047c..da1c9d435f 100644 --- a/web_src/less/themes/theme-arc-green.less +++ b/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,