eric6/WebBrowser/data/html/authenticationErrorPage.html

changeset 7717
f32d7965a17e
parent 6942
2602857055c5
diff -r 313e09453306 -r f32d7965a17e eric6/WebBrowser/data/html/authenticationErrorPage.html
--- a/eric6/WebBrowser/data/html/authenticationErrorPage.html	Thu Sep 24 19:51:19 2020 +0200
+++ b/eric6/WebBrowser/data/html/authenticationErrorPage.html	Sat Sep 26 10:58:18 2020 +0200
@@ -4,11 +4,11 @@
 <meta charset="utf-8"> 
 <meta http-equiv="content-type" content="text/html; charset=utf-8">
 <title>@TITLE@</title>
-<link rel="icon" href="data:image/png;base64,@FAVICON@" type="image/x-icon" />
+<link rel="icon" href="@FAVICON@" type="image/x-icon" />
 <style>
 body {
   padding: 3em 0em;
-  background: -webkit-gradient(linear, left top, left bottom, from(#85784A), to(#FDFDFD), color-stop(0.5, #FDFDFD));
+  background: linear-gradient(#85784A, #fdfdfd, #fdfdfd);
   background-repeat: repeat-x;
 }
 img {

eric ide

mercurial