From 041c2c08ad38bb469c2aa552b7111c991b7d97b3 Mon Sep 17 00:00:00 2001 From: Alex de Mulder Date: Thu, 21 May 2015 21:20:18 +0200 Subject: [PATCH] updated css --- .../network/categories/exampleApplications/loadingBar.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/network/categories/exampleApplications/loadingBar.html b/examples/network/categories/exampleApplications/loadingBar.html index e52163a5..12f7002c 100644 --- a/examples/network/categories/exampleApplications/loadingBar.html +++ b/examples/network/categories/exampleApplications/loadingBar.html @@ -47,6 +47,7 @@ width:600px; height:44px; margin:auto auto auto auto; + border:8px solid rgba(0,0,0,0.1); background: rgb(252,252,252); /* Old browsers */ background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */ @@ -55,7 +56,7 @@ background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */ background: linear-gradient(to bottom, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ - border-radius:22px; + border-radius:72px; box-shadow: 0px 0px 10px rgba(0,0,0,0.2); }