Merge pull request #86 from adrexia/patch-1

BUG: Fix filter issue in IE9
This commit is contained in:
Sean Harvey 2013-05-14 20:05:42 -07:00
commit 7965c86120
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
/* Custom chzn styles for dark blue background */
.cms-subsites .chzn-container-single .chzn-single,
.cms-subsites .chzn-container-active .chzn-single {
filter: none; /* Fix for IE9 */
border: 1px solid #152338;
background:#213557;
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);