summaryrefslogtreecommitdiff
path: root/cerulean/bootswatch.less
diff options
context:
space:
mode:
authorThomas Park <thomas@thomaspark.me>2012-02-11 21:21:57 -0500
committerThomas Park <thomas@thomaspark.me>2012-02-11 21:21:57 -0500
commitb2cc63ad929ddeb845d7733ba16638da67332db5 (patch)
tree4ae742015c2e06afef7ecc39dc46b4eb45fb312d /cerulean/bootswatch.less
parentf22cbfcee66a179975881593d79a6bdf1aca8f09 (diff)
Lightened warning button caret
Diffstat (limited to 'cerulean/bootswatch.less')
-rwxr-xr-xcerulean/bootswatch.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/cerulean/bootswatch.less b/cerulean/bootswatch.less
index 7a89f1fb..9dca9bab 100755
--- a/cerulean/bootswatch.less
+++ b/cerulean/bootswatch.less
@@ -57,6 +57,13 @@ h1,h2,h3,h4,h5,h6 {
.box-shadow(@shadow);
}
+.btn-warning {
+ .caret {
+ border-top-color: @white;
+ .opacity(75);
+ }
+}
+
// Set the backgrounds
// -------------------------
.btn-primary {