mirror of https://gitlab.com/curben/blog
parent
edd32bb80d
commit
f397e5a17f
|
@ -1189,15 +1189,20 @@ pre .javascript .function,pre .keyword {
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-button {
|
.copy-button {
|
||||||
-moz-appearance: button;
|
background-color: #3f3f3f;
|
||||||
-webkit-appearance: button;
|
border: 1px solid #999;
|
||||||
|
border-radius: 5px;
|
||||||
|
color: #d8d8d8;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
font-family: inherit;
|
||||||
|
font-size: .8em;
|
||||||
|
line-height: 1em;
|
||||||
|
overflow: visible;
|
||||||
|
padding: 5px;
|
||||||
|
text-transform: none;
|
||||||
|
user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-ms-user-select: none;
|
-ms-user-select: none;
|
||||||
user-select: none;
|
-webkit-appearance: button;
|
||||||
font-size: .8em;
|
|
||||||
line-height: 1em;
|
|
||||||
font-family: monospace,monospace;
|
|
||||||
padding: 2px;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue