MediaWiki:Common.css: Unterschied zwischen den Versionen

Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 878: Zeile 878:
   border-radius: 14px;
   border-radius: 14px;
   margin-top: 0.6rem;
   margin-top: 0.6rem;
}
/* --- Fix: Dropzone wieder hell machen --- */
#ados-labelscan .ados-scan__drop,
#ados-scan-drop,
.ados-scan__drop {
    background: #ffffff !important;
    color: #444 !important;
    border: 2px dashed #ccc !important;
    box-shadow: none !important;
}
/* Bild-Icon hell */
#ados-labelscan .ados-scan__drop img,
#ados-scan-drop img {
    filter: none !important;
}
}