From a4d7da2ee29fefd1cea943bbade9925d328d0596 Mon Sep 17 00:00:00 2001 From: herong Date: Thu, 19 Nov 2015 14:35:45 +0800 Subject: [PATCH] Compatible ie9 and above --- dist/notify.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/notify.js b/dist/notify.js index 7b3736c..ad4112e 100644 --- a/dist/notify.js +++ b/dist/notify.js @@ -390,7 +390,7 @@ } else { arrowSize = this.options.arrowSize; arrowCss = $.extend({}, css); - arrowColor = this.userContainer.css("border-color") || this.userContainer.css("background-color") || "white"; + arrowColor = this.userContainer.css("border-color") || this.userContainer.css("border-top-color") || this.userContainer.css("background-color") || "white"; for (k = 0, len1 = mainPositions.length; k < len1; k++) { pos = mainPositions[k]; posFull = positions[pos];