BUG: Fix filter issue in IE9

IE9's filter is overriding the dark background on the subsite's dropdown.
This commit is contained in:
Naomi Guyer 2013-05-14 21:27:09 +12:00
parent 3c6000111c
commit 1b06db7ef1
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);