diff --git a/kallithea/public/css/contextbar.css b/kallithea/public/css/contextbar.css --- a/kallithea/public/css/contextbar.css +++ b/kallithea/public/css/contextbar.css @@ -10,7 +10,6 @@ i[class^='icon-'] { min-height: 16px; margin: -2px 0 -4px 0; /* background-color: red; /* for debugging */ - } /* css classes for diff file status ... it'd be nice if css had a way to @@ -134,11 +133,6 @@ ul.horizontal-list li a { #context-pages, #context-pages ul { background: #3b6998; /* Old browsers */ - background: -moz-linear-gradient(top, #577632 0%, #577632 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#577632), color-stop(100%,#577632)); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, #577632 0%, #577632 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, #577632 0%, #577632 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, #577632 0%, #577632 100%); /* IE10+ */ background: linear-gradient(to bottom, #577632 0%, #577632 100%); /* W3C */ } @@ -159,7 +153,7 @@ ul#context-actions { display: inline-block; float: right; border-radius: 4px; - background-image: linear-gradient(top, #577632 0%, #577632 100%); + background-image: linear-gradient(to bottom, #577632 0%, #577632 100%); } #content ul#context-actions li { @@ -193,11 +187,6 @@ ul#context-actions { #header #header-inner #quick li.current, #context-pages li.current { background: #6388ad; /* Old browsers */ - background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */ - background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ - background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */ - background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */ - background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */ }