summaryrefslogtreecommitdiff
path: root/cerulean/bootswatch.less
diff options
context:
space:
mode:
Diffstat (limited to 'cerulean/bootswatch.less')
-rwxr-xr-xcerulean/bootswatch.less15
1 files changed, 9 insertions, 6 deletions
diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less
index 37110250..91e64822 100755
--- a/cerulean/bootswatch.less
+++ b/cerulean/bootswatch.less
@@ -87,28 +87,31 @@ h1,h2,h3,h4,h5,h6 {
}
}
-// Set the backgrounds
-// -------------------------
.btn-primary {
.buttonBackground(lighten(@linkColor, 5%), @linkColor);
}
-// Warning appears are orange
+
.btn-warning {
.buttonBackground(lighten(@orange, 5%), @orange);
}
-// Danger and error appear as red
+
.btn-danger {
.buttonBackground(lighten(@red, 5%), @red);
}
-// Success appears as green
+
.btn-success {
.buttonBackground(lighten(@green, 5%), @green);
}
-// Info appears as a neutral blue
+
.btn-info {
.buttonBackground(lighten(@purple, 5%), @purple);
}
+.btn-inverse {
+ .buttonBackground(lighten(@yellow, 5%), @yellow);
+}
+
+
// ICONS
// -----------------------------------------------------