mirror of
https://github.com/metabarcoding/obitools4.git
synced 2026-02-04 07:00:33 +00:00
19 lines
266 B
CSS
19 lines
266 B
CSS
div.sourceCode {
|
|
position: relative;
|
|
}
|
|
|
|
.copy-to-clipboard-button {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
visibility: hidden;
|
|
}
|
|
|
|
.copy-to-clipboard-button:focus {
|
|
outline: 0;
|
|
}
|
|
|
|
div.sourceCode:hover > .copy-to-clipboard-button {
|
|
visibility: visible;
|
|
}
|