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>2018-01-03 08:19:29 +0300
committerMark Otto <markdotto@gmail.com>2018-01-03 08:19:29 +0300
commite3e4d0389d9fdddcd0136bebb2c6ad31db51b767 (patch)
treec408fac60f61792d542741385df93d0800c959b3 /dist/css/bootstrap.css
parent1e6a0f4ff354dcb13eee9f3c501ee12509183b86 (diff)
dist
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index bfd8582651..ecc76b1192 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -3489,9 +3489,6 @@ tbody.collapse.show {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
}
.input-group-prepend .btn,
@@ -3520,6 +3517,12 @@ tbody.collapse.show {
}
.input-group-text {
+ display: -webkit-box;
+ display: -ms-flexbox;
+ display: flex;
+ -webkit-box-align: center;
+ -ms-flex-align: center;
+ align-items: center;
padding: 0.375rem 0.75rem;
margin-bottom: 0;
font-size: 1rem;
@@ -6167,23 +6170,23 @@ button.bg-dark:hover {
}
.border {
- border: 1px solid #e9ecef !important;
+ border: 1px solid #dee2e6 !important;
}
.border-top {
- border-top: 1px solid #e9ecef !important;
+ border-top: 1px solid #dee2e6 !important;
}
.border-right {
- border-right: 1px solid #e9ecef !important;
+ border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
- border-bottom: 1px solid #e9ecef !important;
+ border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
- border-left: 1px solid #e9ecef !important;
+ border-left: 1px solid #dee2e6 !important;
}
.border-0 {