Merge branch 'feature/css' into 'master'
style modify submit button See merge request !7
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -137,8 +137,8 @@ | ... | @@ -137,8 +137,8 @@ |
137 | <input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/> | 137 | <input type = "reset" style="float:right; margin-left:5px; background-image: linear-gradient(to top, #fbc2eb 0%, #a6c1ee 100%); border: 0;" class="btn btn-warning"value = "다시입력"/> |
138 | <button type = "button" onclick="checkInput();" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success">제출</button> | 138 | <button type = "button" onclick="checkInput();" style="float:right; background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%); border: 0; " class="btn btn-success">제출</button> |
139 | </p> | 139 | </p> |
140 | - <button type="button" onclick="save();">저장</button> | 140 | + <button type="button" style="margin-right:5px;background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%); border: 0; " class="btn btn-success" onclick="save();">저장</button> |
141 | - <a href="#" id="link" download="name">다운로드</a> | 141 | + <a href="#" id="link" style="background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%); border: 0; " class="btn btn-success" download="name">다운로드</a> |
142 | </form> | 142 | </form> |
143 | </div> | 143 | </div> |
144 | <!-- 인풋 폼 종료 --> | 144 | <!-- 인풋 폼 종료 --> | ... | ... |
-
Please register or login to post a comment