summaryrefslogtreecommitdiff
path: root/united/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 /united/bootswatch.less
parentf22cbfcee66a179975881593d79a6bdf1aca8f09 (diff)
Lightened warning button caret
Diffstat (limited to 'united/bootswatch.less')
-rwxr-xr-xunited/bootswatch.less7
1 files changed, 7 insertions, 0 deletions
diff --git a/united/bootswatch.less b/united/bootswatch.less
index 1a56d842..d5251211 100755
--- a/united/bootswatch.less
+++ b/united/bootswatch.less
@@ -44,8 +44,15 @@
// Made warning button yellow since orange is taken
.btn-warning {
.buttonBackground(lighten(@yellow, 15%), @yellow);
+
+ .caret {
+ border-top-color: @white;
+ .opacity(75);
+ }
}
+
+
// ALERTS
// -----------------------------------------------------