diff --git a/anaconda/theme/sidebar-bg.png b/anaconda/theme/sidebar-bg.png index 8a48e9a..2f864c3 100644 Binary files a/anaconda/theme/sidebar-bg.png and b/anaconda/theme/sidebar-bg.png differ diff --git a/anaconda/theme/sidebar-logo.png b/anaconda/theme/sidebar-logo.png index 7ead24a..092b005 100644 Binary files a/anaconda/theme/sidebar-logo.png and b/anaconda/theme/sidebar-logo.png differ diff --git a/anaconda/theme/topbar-bg.png b/anaconda/theme/topbar-bg.png index e0d695b..a82761f 100644 Binary files a/anaconda/theme/topbar-bg.png and b/anaconda/theme/topbar-bg.png differ diff --git a/pixmaps/poweredby.png b/pixmaps/poweredby.png index 6a9ebed..a878bca 100644 Binary files a/pixmaps/poweredby.png and b/pixmaps/poweredby.png differ diff --git a/testpage/index.html b/testpage/index.html index 5e70739..7f56652 100644 --- a/testpage/index.html +++ b/testpage/index.html @@ -13,9 +13,9 @@ } body { background: rgb(20,72,50); - background: -moz-linear-gradient(180deg, rgba(20,72,50,1) 30%, rgba(0,0,0,1) 90%) ; - background: -webkit-linear-gradient(180deg, rgba(20,72,50,1) 30%, rgba(0,0,0,1) 90%) ; - background: linear-gradient(180deg, rgba(20,72,50,1) 30%, rgba(0,0,0,1) 90%); + background: -moz-linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%) ; + background: -webkit-linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%) ; + background: linear-gradient(180deg, rgba(23,43,70,1) 30%, rgba(0,0,0,1) 90%); background-repeat: no-repeat; background-attachment: fixed; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3c6eb4",endColorstr="#3c95b4",GradientType=1);