diff options
| author | Johann-S <[email protected]> | 2017-09-11 10:54:35 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-09-11 10:54:35 +0200 |
| commit | 96659a3cad351eca5e84a38001f19cb4bf8637a9 (patch) | |
| tree | 418a42be22a9191c295c1f2f53675877b2f27353 /dist/css/bootstrap.css | |
| parent | 45276521778c9843c3d308f7fcda4168a75f4825 (diff) | |
| parent | 65cb97b3d6fdb245e521efabc565945918012e09 (diff) | |
| download | bootstrap-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.css | 5 |
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 { |
