diff options
Diffstat (limited to 'united/bootstrap.css')
-rw-r--r-- | united/bootstrap.css | 5 |
1 files changed, 5 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; } |