user selectable <kbd>s

This commit is contained in:
Ed Ward 2017-03-26 17:20:17 +02:00
parent 75b4514f77
commit 61e20da653

View File

@ -287,9 +287,6 @@ kbd {
text-decoration: none;
border-radius: .3em;
cursor: default;
-moz-user-select: none;
-webkit-user-select: none;
user-select: none;
background: rgb(250, 250, 250);
background: -moz-linear-gradient(top, rgb(210, 210, 210), rgb(255, 255, 255));
background: -webkit-gradient(linear, left top, left bottom, from(rgb(210, 210, 210)), to(rgb(255, 255, 255)));