12 lines
No EOL
190 B
CSS
12 lines
No EOL
190 B
CSS
.copy_element {
|
|
color: orange;
|
|
cursor: copy;
|
|
}
|
|
|
|
.copy_element:hover::before {
|
|
content: "Kopyala: ";
|
|
color: #00adb5;
|
|
font-weight: 400;
|
|
justify-self: center;
|
|
font-size: medium;
|
|
} |