# HG changeset patch # User Sean Farley # Date 1425057894 28800 # Node ID a17ac75ca6e8f034160764ba02bb50074f27ceab # Parent 65c5e70a1d0c1861d7dc835f204d132342920da2 style: stop supporting internet explorer 6-8 gradients This 'progid:' line was non-standard and is no longer needed for modern browsers, including Internet Explorer > 9. Besides, all it did was add a gradient, so not really that much of a loss for someone using an decrepit browser. diff -r 65c5e70a1d0c -r a17ac75ca6e8 kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css Wed Mar 25 20:47:45 2015 +0100 +++ b/kallithea/public/css/contextbar.css Fri Feb 27 09:24:54 2015 -0800 @@ -140,8 +140,6 @@ background: -o-linear-gradient(top, #577632 0%, #577632 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #577632 0%, #577632 100%); /* IE10+ */ background: linear-gradient(to bottom, #577632 0%, #577632 100%); /* W3C */ - /*Filter on IE will also use overflow:hidden implicitly, and that would clip our inner menus.*/ - /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#577632', endColorstr='#577632',GradientType=0 ); /* IE6-9 */*/ } #header #header-inner #quick a, @@ -201,7 +199,6 @@ background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */ - /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */*/ } diff -r 65c5e70a1d0c -r a17ac75ca6e8 kallithea/public/css/style.css --- a/kallithea/public/css/style.css Wed Mar 25 20:47:45 2015 +0100 +++ b/kallithea/public/css/style.css Fri Feb 27 09:24:54 2015 -0800 @@ -290,7 +290,6 @@ background-image: -webkit-linear-gradient(top, #577632, #577632); background-image: -o-linear-gradient(top, #577632, #577632); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632',endColorstr='#577632', GradientType=0 ); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); } @@ -370,7 +369,6 @@ background-image: -webkit-linear-gradient(top, #577632, #577632); background-image: -o-linear-gradient(top, #577632, #577632); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632',endColorstr='#577632', GradientType=0 ); margin: 0; padding: 0; display: block; @@ -889,7 +887,6 @@ background-image: -webkit-linear-gradient(top, #577632, #577632); background-image: -o-linear-gradient(top, #577632, #577632); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632', endColorstr='#577632', GradientType=0 ); margin: 0 0 20px; padding: 0; border-radius: 4px 4px 0 0; @@ -1823,7 +1820,6 @@ background-image: -webkit-linear-gradient( top, #577632, #577632)); background-image: -o-linear-gradient( top, #577632, #577632)); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#577632', endColorstr = '#577632', GradientType = 0); box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); -webkit-border-radius: 4px 4px 4px 4px; -khtml-border-radius: 4px 4px 4px 4px; @@ -1859,7 +1855,6 @@ background-image: -webkit-linear-gradient( top, #577632, #577632)); background-image: -o-linear-gradient( top, #577632, #577632)); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#577632', endColorstr = '#577632', GradientType = 0); margin: 0 auto; padding: 0; } @@ -1947,7 +1942,6 @@ background-image: -webkit-linear-gradient(top, #577632, #577632); background-image: -o-linear-gradient(top, #577632, #577632); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632', endColorstr='#577632', GradientType=0 ); z-index: 999; -webkit-border-radius: 0px 0px 4px 4px; @@ -2115,8 +2109,6 @@ background-image: -webkit-linear-gradient(top, #577632, #577632); background-image: -o-linear-gradient(top, #577632, #577632); background-image: linear-gradient(to bottom, #577632, #577632); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#577632', - endColorstr='#577632', GradientType=0 ); margin: 0 auto; padding: 0; } @@ -3336,7 +3328,6 @@ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); border-color: #c43c35 #c43c35 #882a25; } @@ -3355,7 +3346,6 @@ background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); background-image: -o-linear-gradient(top, #fceec1, #eedc94); background-image: linear-gradient(to bottom, #fceec1, #eedc94); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); border-color: #eedc94 #eedc94 #e4c652; } @@ -3373,7 +3363,6 @@ background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(to bottom, #62c462, #57a957); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); border-color: #57a957 #57a957 #3d773d; } @@ -3392,7 +3381,6 @@ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(to bottom, #5bc0de, #339bb9); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); border-color: #339bb9 #339bb9 #22697d; } @@ -3501,7 +3489,6 @@ background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); background-image: linear-gradient(to bottom, #F4F4F4, #DADADA); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); border-top: 1px solid #DDD; border-left: 1px solid #c6c6c6; @@ -3592,7 +3579,6 @@ background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); border-color: #c43c35 #c43c35 #882a25; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } @@ -3609,7 +3595,6 @@ background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); background-image: -o-linear-gradient(top, #5bc0de, #339bb9); background-image: linear-gradient(to bottom, #5bc0de, #339bb9); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); border-color: #339bb9 #339bb9 #22697d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } @@ -3625,7 +3610,6 @@ background-image: -webkit-linear-gradient(top, #62c462, #57a957); background-image: -o-linear-gradient(top, #62c462, #57a957); background-image: linear-gradient(to bottom, #62c462, #57a957); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); border-color: #57a957 #57a957 #3d773d; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); } @@ -3641,7 +3625,6 @@ background-image: -webkit-linear-gradient(top, #fbb450, #f89406); background-image: -o-linear-gradient(top, #fbb450, #f89406); background-image: linear-gradient(to bottom, #fbb450, #f89406); - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); border-color: #f89406 #f89406 #ad6704; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); }