diff --git a/web/third/bootstrap/css/bootstrap-btn.css b/web/third/bootstrap/css/bootstrap-btn.css index 645c1e4e32..b0f887b3d8 100644 --- a/web/third/bootstrap/css/bootstrap-btn.css +++ b/web/third/bootstrap/css/bootstrap-btn.css @@ -359,7 +359,6 @@ fieldset[disabled] .btn-link:focus { margin-top: 5px; } input[type="submit"].btn-block, -input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } diff --git a/web/third/bootstrap/css/bootstrap.css b/web/third/bootstrap/css/bootstrap.css index 277e253984..13a58f4b04 100644 --- a/web/third/bootstrap/css/bootstrap.css +++ b/web/third/bootstrap/css/bootstrap.css @@ -64,7 +64,6 @@ input::-moz-focus-inner { } button, html input[type="button"], -input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; @@ -72,7 +71,6 @@ input[type="submit"] { label, button, input[type="button"], -input[type="reset"], input[type="submit"] { cursor: pointer; } @@ -536,7 +534,6 @@ input[type="color"]:focus { input[type="file"], input[type="image"], input[type="submit"], -input[type="reset"], input[type="button"] { width: auto; }