]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix animated/striped gradients in progress bars
authorMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 21:15:38 +0000 (13:15 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 29 Jan 2012 21:15:38 +0000 (13:15 -0800)
docs/assets/css/bootstrap.css
less/progress-bars.less

index 3f36aaa4d6e5c45da5d6d2c56c0ece2a004b51ce..675446f62d661642f93643fd2c4f89d261ca01d0 100644 (file)
@@ -3127,7 +3127,7 @@ a.thumbnail:hover {
   -o-transition: width 0.6s ease;
   transition: width 0.6s ease;
 }
-.progress.striped .bar {
+.progress-striped .bar {
   background-color: #62c462;
   background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
   background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
index ac820c610cd79fc5774ffa0cdb28c6efbd5777dd..c3144e1bd740116550f1d89fea015b30ebbc4529 100644 (file)
@@ -53,7 +53,7 @@
 }
 
 // Striped bars
-.progress.striped .bar {
+.progress-striped .bar {
   #gradient > .striped(#62c462);
   .background-size(40px 40px);
 }