From 69a9888a8103caceda32e62dcea8cd268fccfec2 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Wed, 7 Oct 2015 17:34:55 +0200 Subject: [PATCH] [IE8] Fix button background color IE8 doesn't support rgba... --- core/css/fixes.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core/css/fixes.css b/core/css/fixes.css index 5f917dbbe8..71cb09cae7 100644 --- a/core/css/fixes.css +++ b/core/css/fixes.css @@ -42,6 +42,12 @@ select { background-image: url('../img/actions/settings.png'); } +.lte9 input[type="submit"], .lte9 input[type="button"], +.lte9 button, .lte9 .button, +.lte9 #quota, .lte9 select, .lte9 .pager li a { + background-color: #f1f1f1; +} + /* IE8 needs PNG image for header logo */ .ie8 #header .logo { background-image: url(../img/logo-icon-175px.png);