diff -r 8081031061a2 -r 682750cc7bd5 WebBrowser/PersonalInformationManager/PersonalInformationManager.py --- a/WebBrowser/PersonalInformationManager/PersonalInformationManager.py Sun Apr 03 16:33:37 2016 +0200 +++ b/WebBrowser/PersonalInformationManager/PersonalInformationManager.py Sun Apr 03 17:07:25 2016 +0200 @@ -258,7 +258,7 @@ continue; if (key == input.name || input.name.indexOf(key) != -1) {{ input.style['-webkit-appearance'] = 'none'; - input.style['-webkit-box-shadow'] = + input.style['-webkit-box-shadow'] = 'inset 0 0 2px 1px #000EEE'; break; }}