mirror of
https://gitlab.com/octtspacc/OcttKB
synced 2025-01-24 19:51:15 +01:00
11 lines
168 B
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;
|
||
|
}
|