hover color for IE menu
This commit is contained in:
parent
0e996a4dd8
commit
c7b81bc801
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user