From a05027cc5aff04012fbe6638cfaa446947e744cb Mon Sep 17 00:00:00 2001 From: Jaime Hernandez Date: Sun, 4 Mar 2012 20:23:57 -0800 Subject: [PATCH] Add !important to ui-datepicker z-index declaration. Fix closed bug #1013 on Assembla. The previous z-index was well intentioned but jquery css overrides the z-index, so !important is necessary to make the z-index declaration functional. --- public/stylesheets/standard.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/stylesheets/standard.css b/public/stylesheets/standard.css index 41b82dd4..edb76935 100644 --- a/public/stylesheets/standard.css +++ b/public/stylesheets/standard.css @@ -1419,7 +1419,7 @@ div.auto_complete ul strong.highlight { } .ui-datepicker { - z-index: 1000; + z-index: 1000 !important; } .ui-autocomplete-loading {