mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
BUGFIX: Turn off filters on IE Nav icons (fixes #7471)
Set filter to none so that the icons appear correctly in IE7and 8
This commit is contained in:
parent
529d23625e
commit
c55627ee7c
@ -32,6 +32,8 @@
|
||||
|
||||
.cms .cms-content .cms-content-fields .aligned_right_label { margin-left: 0; }
|
||||
|
||||
.cms-menu-list li a .icon { filter: none; }
|
||||
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm div.file { margin: 0px; }
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm div.file input.file { margin-left: -132px; }
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm div.checkbox { padding: 0px; }
|
||||
|
@ -32,6 +32,8 @@
|
||||
|
||||
.cms .cms-content .cms-content-fields .aligned_right_label { margin-left: 0; }
|
||||
|
||||
.cms-menu-list li a .icon { filter: none; }
|
||||
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm div.file { margin: 0px; }
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm div.file input.file { margin-left: -132px; }
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content #Form_ImportForm div.checkbox { padding: 0px; }
|
||||
|
@ -97,6 +97,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cms-menu-list li a .icon{
|
||||
filter:none;
|
||||
}
|
||||
|
||||
|
||||
//fix for model admin filter styling
|
||||
.ModelAdmin .cms-content-fields .cms-content-tools .cms-panel-content {
|
||||
|
Loading…
x
Reference in New Issue
Block a user