Parcourir la source

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 il y a 4 ans
Parent
révision
c572ee2b61
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec 10 ajouts et 1 suppressions
  1. 10
    1
      web_src/less/themes/theme-arc-green.less

+ 10
- 1
web_src/less/themes/theme-arc-green.less Voir le fichier

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

Chargement…
Annuler
Enregistrer