diff options
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 12 |
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; } |
