mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
BUG: Fix filter issue in IE9
IE9's filter is overriding the dark background on the subsite's dropdown.
This commit is contained in:
parent
3c6000111c
commit
1b06db7ef1
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user