aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-11-28 14:37:56 +0200
committerXhmikosR <[email protected]>2019-11-28 14:59:49 +0200
commitdca1ab7d877bc4b664b43604657a2b5fbe2b4ecb (patch)
tree1d8c904287d00c881813b037e1a8cadd7f280f8d /dist/css/bootstrap.css
parentb07b6f743ca023b24a4a9cc0cd22a4f25a7be37e (diff)
downloadbootstrap-dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb.tar.xz
bootstrap-dca1ab7d877bc4b664b43604657a2b5fbe2b4ecb.zip
Release v4.4.1.v4.4.1
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css12
1 files changed, 7 insertions, 5 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 83f999516..8eac957a5 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1,5 +1,5 @@
/*!
- * Bootstrap v4.4.0 (https://getbootstrap.com/)
+ * Bootstrap v4.4.1 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors
* Copyright 2011-2019 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
@@ -2211,7 +2211,8 @@ textarea.form-control {
margin-left: -1.25rem;
}
-.form-check-input[disabled] ~ .form-check-label {
+.form-check-input[disabled] ~ .form-check-label,
+.form-check-input:disabled ~ .form-check-label {
color: #6c757d;
}
@@ -3800,11 +3801,11 @@ input[type="button"].btn-block {
border-color: #b3d7ff;
}
-.custom-control-input[disabled] ~ .custom-control-label {
+.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
color: #6c757d;
}
-.custom-control-input[disabled] ~ .custom-control-label::before {
+.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
background-color: #e9ecef;
}
@@ -4001,7 +4002,8 @@ input[type="button"].btn-block {
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
-.custom-file-input[disabled] ~ .custom-file-label {
+.custom-file-input[disabled] ~ .custom-file-label,
+.custom-file-input:disabled ~ .custom-file-label {
background-color: #e9ecef;
}