X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fcae6999d0df503fec0e1dfdc16eb2f273e382ea:/app/assets/stylesheets/common.css.scss..13d650e2dcbe2467a82253097e10d58dddf9d9d2:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.scss similarity index 99% rename from app/assets/stylesheets/common.css.scss rename to app/assets/stylesheets/common.scss index 8d40bbe39..ff16ad66b 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.scss @@ -1954,6 +1954,10 @@ tr.turn:hover { display: block; } +select { + padding: 2px; +} + input[type="checkbox"], input[type="radio"] { margin-right: 5px; @@ -1964,6 +1968,7 @@ input[type="email"], input[type="url"], input[type="password"], textarea { + background-color: #fff; border: 1px solid #ccc; padding: 2px 5px; margin: 0;