diff --git a/floatlabels.js b/floatlabels.js index af97444..7b83783 100644 --- a/floatlabels.js +++ b/floatlabels.js @@ -18,8 +18,8 @@ transitionEasing : 'ease-in-out', labelClass : '', typeMatches : /text|password|email|number|search|url|tel/, - focusColor : '#838780', - blurColor : '#2996cc' + focusColor : '#2996cc', + blurColor : '#838780' }; function Plugin ( element, options ) { this.$element = $(element);