X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=www%2Fcss%2Fchessboard-0.3.0.css;fp=www%2Fcss%2Fchessboard-0.3.0.css;h=bf1a53ad103fdb24f3f0d9ee762a1066a036c75b;hb=9843991255ba5802491b4d48e3357925f622fcc6;hp=6f10c03f49b46bc69f78c97751df9d4b003cdec9;hpb=d283085484150e7ae0107d2a53a8ebe9263c430f;p=remoteglot 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; }