From b1b41aedf809508ac0c92e6d0e418ab9365afa5d Mon Sep 17 00:00:00 2001 From: Andrew Trice Date: Fri, 20 Apr 2012 15:06:24 -0400 Subject: [PATCH] updated styles for the examples --- src/viewnavigator/viewnavigator.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/viewnavigator/viewnavigator.css b/src/viewnavigator/viewnavigator.css index a0e84d2..4b8ef92 100644 --- a/src/viewnavigator/viewnavigator.css +++ b/src/viewnavigator/viewnavigator.css @@ -52,7 +52,14 @@ body { overflow:hide; padding:0px; - background: #666; + background: rgb(167,207,223); /* Old browsers */ + background: -moz-linear-gradient(top, rgba(167,207,223,1) 0%, rgba(35,83,138,1) 100%); /* FF3.6+ */ + background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,207,223,1)), color-stop(100%,rgba(35,83,138,1))); /* Chrome,Safari4+ */ + background: -webkit-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Chrome10+,Safari5.1+ */ + background: -o-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* Opera 11.10+ */ + background: -ms-linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* IE10+ */ + background: linear-gradient(top, rgba(167,207,223,1) 0%,rgba(35,83,138,1) 100%); /* W3C */ + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7cfdf', endColorstr='#23538a',GradientType=0 ); /* IE6-9 */ } .viewNavigator_header_backlink {