From cfce5690d4b764fbce6162eae0e90237977f3c53 Mon Sep 17 00:00:00 2001 From: Vladislav Muschinskikh Date: Tue, 11 Aug 2015 12:26:18 +0000 Subject: [PATCH] Was not displayed label with Twitter Bootstrap, fixed. --- floatlabels.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/floatlabels.js b/floatlabels.js index 4ab6dd2..97b8f5a 100644 --- a/floatlabels.js +++ b/floatlabels.js @@ -70,7 +70,8 @@ 'opacity' : '0', 'font-size' : '11px', 'font-weight' : 'bold', - 'color' : self.settings.blurColor + 'color' : self.settings.blurColor, + 'z-index' : 9999 }); if( !settings.slideInput ) { thisElement.css({ 'padding-top' : this.inputPaddingTop });