Browse Source

updated css

flowchartTest
Alex de Mulder 9 years ago
parent
commit
041c2c08ad
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      examples/network/categories/exampleApplications/loadingBar.html

+ 2
- 1
examples/network/categories/exampleApplications/loadingBar.html View File

@ -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);
}

Loading…
Cancel
Save