aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-02-07 18:11:13 -0800
committerMark Otto <[email protected]>2017-02-07 18:11:13 -0800
commit342e19ae8983e1e644412613410cd12e76db63b5 (patch)
tree1a4e28d30ca3aa5c607b5c9ca891ccb1338c97e4 /dist/css/bootstrap.css
parentc56a651b7d8457637e2e98a9e61242ed6b59ceaa (diff)
downloadbootstrap-342e19ae8983e1e644412613410cd12e76db63b5.tar.xz
bootstrap-342e19ae8983e1e644412613410cd12e76db63b5.zip
grunt
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 4d986c5c5..e10cd3415 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -2331,7 +2331,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
color: #5cb85c;
}
-.has-success .form-control {
+.has-success .form-control,
+.has-success .custom-select,
+.has-success .custom-file-control {
border-color: #5cb85c;
}
@@ -2353,7 +2355,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
color: #f0ad4e;
}
-.has-warning .form-control {
+.has-warning .form-control,
+.has-warning .custom-select,
+.has-warning .custom-file-control {
border-color: #f0ad4e;
}
@@ -2375,7 +2379,9 @@ select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.for
color: #d9534f;
}
-.has-danger .form-control {
+.has-danger .form-control,
+.has-danger .custom-select,
+.has-danger .custom-file-control {
border-color: #d9534f;
}