diff --git a/themes/typing/source/css/typing.css b/themes/typing/source/css/typing.css index 9f81ef8..b33db12 100644 --- a/themes/typing/source/css/typing.css +++ b/themes/typing/source/css/typing.css @@ -1189,15 +1189,14 @@ pre .javascript .function,pre .keyword { } .copy-button { + -moz-appearance: button; + -webkit-appearance: button; cursor: pointer; - border: 1px solid #d5d5d5; - border-radius: 3px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: .8em; - font-weight: 700; line-height: 1em; font-family: monospace,monospace; padding: 2px;