mirror of
https://github.com/msberends/a_new_instrument_for_microbial_epidemiology.git
synced 2025-01-15 05:11:37 +01: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;
|
||
|
}
|