1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00

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>
This commit is contained in:
Cirno the Strongest 2020-05-20 00:54:20 +02:00 committed by GitHub
parent b5851b7d1a
commit c572ee2b61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,