diff options
author | Go MAEDA <maeda@farend.jp> | 2020-09-14 08:39:41 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2020-09-14 08:39:41 +0000 |
commit | 96ac5e5281f99856934e378156fdb09a12269294 (patch) | |
tree | 7499caabdd0efaecd1aead18d43c95af009014e1 /public/stylesheets | |
parent | da22acd8b7fff010a05e9b1c600d2914940815f0 (diff) | |
download | redmine-96ac5e5281f99856934e378156fdb09a12269294.tar.gz redmine-96ac5e5281f99856934e378156fdb09a12269294.zip |
Reverts r19815 (#33563).
It caused another UI issue that a file name is displayed over the clip icon in new/edit forms.
git-svn-id: http://svn.redmine.org/redmine/trunk@20029 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'public/stylesheets')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 891faf69a..c837bfe78 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -465,7 +465,7 @@ div.square { .splitcontenttop {flex: 2; flex-basis: 100%;} form {display: inline;} -input:not([type="file"]), select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;} +input, select, button {vertical-align: middle; margin-top: 1px; margin-bottom: 1px; height: 24px; padding: 0 7px;} input, select, textarea, button { color: #333; background-color: #fff; border:1px solid #ccc; border-radius:3px; box-sizing: border-box;} select { -webkit-appearance: none; |