Defect #33563 » fix-chrome-file-button.patch
public/stylesheets/application.css | ||
---|---|---|
464 | 464 |
.splitcontenttop {flex: 2; flex-basis: 100%;} |
465 | 465 | |
466 | 466 |
form {display: inline;} |
467 |
input, select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;} |
|
467 |
input:not([type="file"]), select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;}
|
|
468 | 468 |
input, select, textarea, button { color: #333; background-color: #fff; border:1px solid #ccc; border-radius:3px; box-sizing: border-box;} |
469 | 469 |
select { |
470 | 470 |
-webkit-appearance: none; |