Skip to content

Commit c572ee2

Browse files
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 <[email protected]>
1 parent b5851b7 commit c572ee2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

web_src/less/themes/theme-arc-green.less

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1062,7 +1062,16 @@ input {
10621062
}
10631063

10641064
.ui.form .dropzone {
1065-
border: 2px dashed #4c505c;
1065+
border: 2px dashed #7f98ad;
1066+
background-color: #2e323e;
1067+
1068+
.dz-button {
1069+
color: rgba(158, 158, 158, .8);
1070+
}
1071+
}
1072+
1073+
.ui.form .dropzone:hover .dz-button {
1074+
color: rgba(158, 158, 158, 1);
10661075
}
10671076

10681077
.ui.basic.red.button,

0 commit comments

Comments
 (0)