X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=src%2Fpwl6.css;h=12c330a616fa3a1bcce51a15e9656e56afa42885;hp=180d15919051583f2de3af8f840ea08fd131bfca;hb=bbc9f232f882b7d4b64ae4c1e21260c1fa196a09;hpb=9ceff62f76f5ae2049cac00465d7756b0bc3cb9b diff --git a/src/pwl6.css b/src/pwl6.css index 180d159..12c330a 100644 --- a/src/pwl6.css +++ b/src/pwl6.css @@ -15,9 +15,9 @@ html, body { } .yuu-overlay *:focus { - box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); -moz-box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); -webkit-box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); + box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); outline: none; } @@ -39,9 +39,9 @@ input[type=range][data-yuu-command]::-moz-range-thumb { } input[type=checkbox][data-yuu-command]:focus + label[for] { - box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); -moz-box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); -webkit-box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); + box-shadow: 0 0 5px hsla(276, 66%, 80%, 1.0); outline: 0; }