mirror of https://gitlab.com/curben/blog
Use platform-native styling for button appearance
https://developer.mozilla.org/en-US/docs/Web/CSS/appearance
This commit is contained in:
parent
6f16ecded9
commit
edd32bb80d
|
@ -1189,15 +1189,14 @@ pre .javascript .function,pre .keyword {
|
||||||
}
|
}
|
||||||
|
|
||||||
.copy-button {
|
.copy-button {
|
||||||
|
-moz-appearance: button;
|
||||||
|
-webkit-appearance: button;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
border: 1px solid #d5d5d5;
|
|
||||||
border-radius: 3px;
|
|
||||||
-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;
|
user-select: none;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
font-weight: 700;
|
|
||||||
line-height: 1em;
|
line-height: 1em;
|
||||||
font-family: monospace,monospace;
|
font-family: monospace,monospace;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
Loading…
Reference in New Issue