From 7567795b9f9d88a54afb92c01eca221bc2f14145 Mon Sep 17 00:00:00 2001 From: Aron Carroll Date: Tue, 26 Jun 2012 15:40:00 +0100 Subject: [PATCH] [#2599] Remove background from toolbar in IE8 --- ckan/public/base/less/toolbar.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ckan/public/base/less/toolbar.less b/ckan/public/base/less/toolbar.less index a7b87f2b1ec..d1f3977d90d 100644 --- a/ckan/public/base/less/toolbar.less +++ b/ckan/public/base/less/toolbar.less @@ -9,13 +9,17 @@ .box-shadow(none); position: relative; float: left; - background: none; margin: 0; padding: 0; border: none; + background: none; font-size: 20px; } +.ie .toolbar .breadcrumb { + filter: none; // Remove filter set by the gradient mixin. +} + .toolbar li [class^=icon]:before { width: auto; // Fix Bootstrap icon widths }