From c7b81bc80106c79ef06a9887840592dcfbe46797 Mon Sep 17 00:00:00 2001 From: Karen Date: Mon, 31 Oct 2011 23:48:01 +0530 Subject: [PATCH] hover color for IE menu --- mofca/static/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mofca/static/css/main.css b/mofca/static/css/main.css index 7a7828c..2869f4f 100644 --- a/mofca/static/css/main.css +++ b/mofca/static/css/main.css @@ -89,13 +89,14 @@ background:-webkit-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 1 background:-o-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); background:-ms-linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); background: linear-gradient(top, rgba(12,77,137,1) 0%,rgba(84,117,54,1) 100%); background: rgb(14,128,160); /* Old browsers */ +background:rgb(12,77,137); background: -moz-linear-gradient(top, rgba(14,128,160,1) 0%, rgba(84,117,54,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,128,160,1)), color-stop(100%,rgba(84,117,54,1))); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* IE10+ */ background: linear-gradient(top, rgba(14,128,160,1) 0%,rgba(84,117,54,1) 100%); /* W3C */ -filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e80a0', endColorstr='#547536',GradientType=0 );} +filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e80a0', endColorstr='#547536',GradientType=0 );} #search {width:300px;