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

11 lines
168 B
CSS
Raw Normal View History

2023-06-11 22:14:59 +02:00
.bibtex-dropzone{
min-height:30px;
max-width:100%;
margin:4px auto;
border:2px dotted green;
text-align:center;
}
.bibtex-dropzone:focus {
background: #fffedd;
}