2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-02 16:04:07 +03:00

clean up btn selectors a bit

This commit is contained in:
Jacob Thornton
2011-08-25 13:52:04 -07:00
parent 0e9d7c1c4d
commit 04b8e667d0
4 changed files with 32 additions and 48 deletions
+3 -7
View File
@@ -206,19 +206,15 @@
}
&.danger,
&.danger:hover,
&.error,
&.error:hover {
&.error {
.gradientBar(#f56a66, #d6463e);
}
&.success,
&.success:hover {
&.success {
.gradientBar(#62c462, #57a957);
}
&.info,
&.info:hover {
&.info {
.gradientBar(#6bd0ee, #36b3d9);
}