summaryrefslogtreecommitdiff
path: root/simplex/bootstrap.css
diff options
context:
space:
mode:
Diffstat (limited to 'simplex/bootstrap.css')
-rw-r--r--simplex/bootstrap.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/simplex/bootstrap.css b/simplex/bootstrap.css
index 72baed6b..7415dd98 100644
--- a/simplex/bootstrap.css
+++ b/simplex/bootstrap.css
@@ -3059,13 +3059,13 @@ a.thumbnail:hover {
background-color: #b94a48;
}
.label-warning {
- background-color: #ff6600;
+ background-color: #ffa366;
}
.label-success {
- background-color: #468847;
+ background-color: #84c569;
}
.label-info {
- background-color: #3a87ad;
+ background-color: #67abcc;
}
@-webkit-keyframes progress-bar-stripes {
from {
@@ -3396,6 +3396,11 @@ h6 {
background-repeat: no-repeat;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
}
+.btn-warning .caret {
+ border-top-color: #ffffff;
+ opacity: 0.75;
+ filter: alpha(opacity=75);
+}
.btn-primary {
background-color: #4376de;
background-image: -moz-linear-gradient(top, #4c7de0, #366ddc);