]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Progress bars: Added warning (orange) bar
authorJonathan Camile <jonathan@meilleursagents.com>
Fri, 24 Feb 2012 10:23:04 +0000 (11:23 +0100)
committerJonathan Camile <jonathan@meilleursagents.com>
Fri, 24 Feb 2012 10:37:26 +0000 (11:37 +0100)
less/progress-bars.less

index c3144e1bd740116550f1d89fea015b30ebbc4529..dba698c77f5763c35c47ba2682462afa2d73456d 100644 (file)
 .progress-info.progress-striped .bar {
   #gradient > .striped(#5bc0de);
 }
+
+// Warning (orange)
+.progress-warning .bar {
+  #gradient > .vertical(lighten(@orange, 15%), @orange);
+}
+.progress-warning.progress-striped .bar {
+  #gradient > .striped(lighten(@orange, 15%));
+}