From: Steinar H. Gunderson Date: Wed, 28 Dec 2022 08:58:04 +0000 (+0100) Subject: Remove some now-obsolete vendor prefixing. X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;ds=sidebyside;h=9843991255ba5802491b4d48e3357925f622fcc6;p=remoteglot Remove some now-obsolete vendor prefixing. --- diff --git a/www/css/chessboard-0.3.0.css b/www/css/chessboard-0.3.0.css index 6f10c03..bf1a53a 100644 --- a/www/css/chessboard-0.3.0.css +++ b/www/css/chessboard-0.3.0.css @@ -27,12 +27,7 @@ position: relative; /* disable any native browser highlighting */ - -webkit-touch-callout: none; - -webkit-user-select: none; - -khtml-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; + user-select: none; } /* white square */ @@ -49,8 +44,6 @@ /* highlighted square */ .highlight1-32417, .highlight2-9c5d2 { - -webkit-box-shadow: inset 0 0 3px 3px yellow; - -moz-box-shadow: inset 0 0 3px 3px yellow; box-shadow: inset 0 0 3px 3px yellow; }