WebBrowser/PersonalInformationManager/PersonalInformationManager.py

changeset 4917
682750cc7bd5
parent 4752
a3bcc42a82a9
child 5001
08eaee907686
--- 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;
                     }}

eric ide

mercurial