Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-10-03 03:08:39 +0300
committerMark Otto <markdotto@gmail.com>2017-10-03 03:08:39 +0300
commitd0fa826ac3d81f9170176c71f6c887e2b4d40f25 (patch)
tree8f9aee55166af1809952556473acc5ab0f092b08 /dist/css/bootstrap.css
parent6cdcfe6b33470a262f58978bcf2754126c366c23 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css22
1 files changed, 9 insertions, 13 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index 25c7bf28b9..38eeac9bc7 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1834,7 +1834,7 @@ pre code {
background-color: #fff;
background-image: none;
background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
@@ -3121,8 +3121,7 @@ tbody.collapse.show {
color: #495057;
text-align: center;
background-color: #e9ecef;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ced4da;
border-radius: 0.25rem;
}
@@ -3187,8 +3186,6 @@ tbody.collapse.show {
.input-group-btn > .btn {
position: relative;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
}
.input-group-btn > .btn + .btn {
@@ -3317,9 +3314,8 @@ tbody.collapse.show {
color: #495057;
vertical-align: middle;
background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
- background-clip: padding-box;
background-size: 8px 10px;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ced4da;
border-radius: 0.25rem;
-webkit-appearance: none;
-moz-appearance: none;
@@ -3380,7 +3376,6 @@ tbody.collapse.show {
z-index: 5;
height: calc(2.25rem + 2px);
padding: 0.5rem 0.75rem;
- overflow: hidden;
line-height: 1.25;
color: #495057;
pointer-events: none;
@@ -3389,8 +3384,7 @@ tbody.collapse.show {
-ms-user-select: none;
user-select: none;
background-color: #fff;
- background-clip: padding-box;
- border: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ced4da;
border-radius: 0.25rem;
}
@@ -3400,8 +3394,9 @@ tbody.collapse.show {
.custom-file-control::before {
position: absolute;
- top: 0;
- right: 0;
+ top: -1px;
+ right: -1px;
+ bottom: -1px;
z-index: 6;
display: block;
height: calc(2.25rem + 2px);
@@ -3409,7 +3404,8 @@ tbody.collapse.show {
line-height: 1.25;
color: #495057;
background-color: #e9ecef;
- border-left: 1px solid rgba(0, 0, 0, 0.15);
+ border: 1px solid #ced4da;
+ border-radius: 0 0.25rem 0.25rem 0;
}
.custom-file-control:lang(en)::before {