OcttKB/Wiki-OcttKB/plugins/refnotes/$__plugins_kookma_refnotes_styles_dropzone.css

11 lines
168 B
CSS

.bibtex-dropzone{
min-height:30px;
max-width:100%;
margin:4px auto;
border:2px dotted green;
text-align:center;
}
.bibtex-dropzone:focus {
background: #fffedd;
}