aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-28 12:43:19 -0800
committerMark Otto <[email protected]>2012-01-28 12:43:19 -0800
commit2bfda031cebcde7361797dd54badeb91d4cb98cf (patch)
tree6ff901046e44d11f3f3049da9cddcca300eb5ec4 /less
parent39f70afed9998826f4a4ff548b721a5b065c985e (diff)
downloadbootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.tar.xz
bootstrap-2bfda031cebcde7361797dd54badeb91d4cb98cf.zip
darken buttons, uncomment out firefox keyframes from progress bars
Diffstat (limited to 'less')
-rw-r--r--less/buttons.less8
-rw-r--r--less/progress-bars.less9
2 files changed, 8 insertions, 9 deletions
diff --git a/less/buttons.less b/less/buttons.less
index 54d00a13a..d5a4353b3 100644
--- a/less/buttons.less
+++ b/less/buttons.less
@@ -25,19 +25,19 @@
color: rgba(255,255,255,.75);
}
&.primary {
- .buttonBackground(@primaryButtonBackground, spin(@primaryButtonBackground, 15));
+ .buttonBackground(@primaryButtonBackground, spin(@primaryButtonBackground, 20));
}
// Danger and error appear as red
&.danger {
- .buttonBackground(#ee5f5b, #c43c35);
+ .buttonBackground(#ee5f5b, #bd362f);
}
// Success appears as green
&.success {
- .buttonBackground(#62c462, #57a957);
+ .buttonBackground(#62c462, #51a351);
}
// Info appears as a neutral blue
&.info {
- .buttonBackground(#5bc0de, #339bb9);
+ .buttonBackground(#5bc0de, #2f96b4);
}
}
diff --git a/less/progress-bars.less b/less/progress-bars.less
index 228972f2c..cfca78d68 100644
--- a/less/progress-bars.less
+++ b/less/progress-bars.less
@@ -11,11 +11,10 @@
to { background-position: 40px 0; }
}
-// Temporarily commented out since LESS won't compile with this
-// @-moz-keyframes progress-bar-stripes {
-// from { background-position: 0 0; }
-// to { background-position: 40px 0; }
-// }
+@-moz-keyframes progress-bar-stripes {
+ from { background-position: 0 0; }
+ to { background-position: 40px 0; }
+}
// Spec
@keyframes progress-bar-stripes {