aboutsummaryrefslogtreecommitdiff
path: root/dist/css/bootstrap.css
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-09-11 10:54:35 +0200
committerGitHub <[email protected]>2017-09-11 10:54:35 +0200
commit96659a3cad351eca5e84a38001f19cb4bf8637a9 (patch)
tree418a42be22a9191c295c1f2f53675877b2f27353 /dist/css/bootstrap.css
parent45276521778c9843c3d308f7fcda4168a75f4825 (diff)
parent65cb97b3d6fdb245e521efabc565945918012e09 (diff)
downloadbootstrap-96659a3cad351eca5e84a38001f19cb4bf8637a9.tar.xz
bootstrap-96659a3cad351eca5e84a38001f19cb4bf8637a9.zip
Merge branch 'v4-dev' into collapse-js-with-text-truncate
Diffstat (limited to 'dist/css/bootstrap.css')
-rw-r--r--dist/css/bootstrap.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css
index d6c93d336..f799f8397 100644
--- a/dist/css/bootstrap.css
+++ b/dist/css/bootstrap.css
@@ -1879,6 +1879,7 @@ select.form-control:focus::-ms-value {
padding-bottom: 0.5rem;
margin-bottom: 0;
line-height: 1.25;
+ background-color: transparent;
border: solid transparent;
border-width: 1px 0;
}
@@ -5633,11 +5634,11 @@ a.bg-dark:focus, a.bg-dark:hover {
}
.rounded-circle {
- border-radius: 50%;
+ border-radius: 50% !important;
}
.rounded-0 {
- border-radius: 0;
+ border-radius: 0 !important;
}
.clearfix::after {