eric6/WebBrowser/data/html/startPage.html

changeset 7717
f32d7965a17e
parent 6942
2602857055c5
diff -r 313e09453306 -r f32d7965a17e eric6/WebBrowser/data/html/startPage.html
--- a/eric6/WebBrowser/data/html/startPage.html	Thu Sep 24 19:51:19 2020 +0200
+++ b/eric6/WebBrowser/data/html/startPage.html	Sat Sep 26 10:58:18 2020 +0200
@@ -13,7 +13,7 @@
 }
 
 body {
-    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;
     margin-top: 200px;
 }
@@ -29,7 +29,7 @@
 }
 
 #header {
-    background: -webkit-gradient(linear, left top, left bottom, from(#D57E3E), to(#D57E3E), color-stop(0.5, #FFBA89));
+    background: linear-gradient(#d57e3e, #ffba89, #d57e3e);
     height: 25px;
 }
 
@@ -46,7 +46,7 @@
 }
 
 #search {
-    background: -webkit-gradient(linear, left top, right top, from(#85784A), to(#85784A), color-stop(0.5, #C8C2AE));
+    background: linear-gradient(to right, #85784a, #c8c2ae, #85784A);
     height: 50px;
     color: #000;
     text-align: center;

eric ide

mercurial