summaryrefslogtreecommitdiff
path: root/united
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
parentf22cbfcee66a179975881593d79a6bdf1aca8f09 (diff)
Lightened warning button caret
Diffstat (limited to 'united')
-rw-r--r--united/bootstrap.css5
-rw-r--r--united/bootstrap.min.css1
-rwxr-xr-xunited/bootswatch.less7
3 files changed, 13 insertions, 0 deletions
diff --git a/united/bootstrap.css b/united/bootstrap.css
index 598a0afa..0d6df933 100644
--- a/united/bootstrap.css
+++ b/united/bootstrap.css
@@ -3411,6 +3411,11 @@ a.thumbnail:hover {
.btn-warning:active, .btn-warning.active {
background-color: #e7a413 \9;
}
+.btn-warning .caret {
+ border-top-color: #ffffff;
+ opacity: 0.75;
+ filter: alpha(opacity=75);
+}
.alert {
text-shadow: none !important;
}
diff --git a/united/bootstrap.min.css b/united/bootstrap.min.css
index fd5db85e..4201b4f5 100644
--- a/united/bootstrap.min.css
+++ b/united/bootstrap.min.css
@@ -612,6 +612,7 @@ a.thumbnail:hover{border-color:#dd4814;-webkit-box-shadow:0 1px 4px rgba(0, 105,
.btn-primary:active,.btn-primary.active{background-color:#ae3910 \9;}
.btn-warning{background-color:#f3c768;background-image:-moz-linear-gradient(top, #f5d185, #efb73e);background-image:-ms-linear-gradient(top, #f5d185, #efb73e);background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#f5d185), to(#efb73e));background-image:-webkit-linear-gradient(top, #f5d185, #efb73e);background-image:-o-linear-gradient(top, #f5d185, #efb73e);background-image:linear-gradient(top, #f5d185, #efb73e);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5d185', endColorstr='#efb73e', GradientType=0);border-color:#efb73e #efb73e #cf9311;border-color:rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);}.btn-warning:hover,.btn-warning:active,.btn-warning.active,.btn-warning.disabled,.btn-warning[disabled]{background-color:#efb73e;}
.btn-warning:active,.btn-warning.active{background-color:#e7a413 \9;}
+.btn-warning .caret{border-top-color:#ffffff;opacity:0.75;filter:alpha(opacity=75);}
.alert{text-shadow:none !important;}
.pull-right{float:right;}
.pull-left{float:left;}
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
// -----------------------------------------------------