From ad344031ea1ad8667ee237c690f30066be771af3 Mon Sep 17 00:00:00 2001 From: aerichmond Date: Fri, 20 Sep 2013 13:26:37 -0700 Subject: [PATCH] Update jquery-ui-1.10.3.custom.css IE 10 seems to require the direction keyword 'to' in the linear-gradient which looks to be the new syntax being adopted. http://stackoverflow.com/questions/2621632/is-there-an-official-standard-css3-gradient-syntax --- css/custom-theme/jquery-ui-1.10.3.custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/custom-theme/jquery-ui-1.10.3.custom.css b/css/custom-theme/jquery-ui-1.10.3.custom.css index 3069c6c..d7e5075 100644 --- a/css/custom-theme/jquery-ui-1.10.3.custom.css +++ b/css/custom-theme/jquery-ui-1.10.3.custom.css @@ -1535,7 +1535,7 @@ button.ui-button::-moz-focus-inner { background-image: -webkit-linear-gradient(top, #049cdb, #0064cd); /* Safari 5.1+, Chrome 10+ */ background-image: -moz-linear-gradient(top, #049cdb, #0064cd); /* Firefox 3.6 */ background-image: -o-linear-gradient(top, #049cdb, #0064cd); /* Opera 11.10+ */ - background-image: linear-gradient(top, #049cdb, #0064cd); /* CSS3 Compliant */ + background-image: linear-gradient(to bottom, #049cdb, #0064cd); /* CSS3 Compliant */ filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0); /* IE8 */ text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); border-color: #0064cd #0064cd #003f81; pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy