Skip to content

Commit 1df04ee

Browse files
committed
modify css and change button on default-project-board-modal
1 parent a982310 commit 1df04ee

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

templates/base/page_dimmer_buttons.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<div class="actions">
2-
<button class="ui red basic inverted cancel button">
2+
<button class="ui red cancel button">
33
{{svg "octicon-x"}}
44
{{if .ModalNoText}}{{.ModalNoText}}{{else}}{{.locale.Tr "modal.no"}}{{end}}
55
</button>
6-
<button class="ui green basic inverted ok button{{if .ExtendedClasses}} {{.ExtendedClasses}}{{end}}" {{if .DataUrl}}data-url="{{.DataUrl}}"{{end}}>
6+
<button class="ui green ok button{{if .ExtendedClasses}} {{.ExtendedClasses}}{{end}}" {{if .DataUrl}}data-url="{{.DataUrl}}"{{end}}>
77
{{svg "octicon-check"}}
88
{{if .ModalYesText}}{{.ModalYesText}}{{else}}{{.locale.Tr "modal.yes"}}{{end}}
99
</button>

templates/projects/view.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@
157157
<label id="default-project-board-content"></label>
158158
</div>
159159
<div class="text right actions">
160-
<button class="ui cancel button">{{$.locale.Tr "settings.cancel"}}</button>
161-
<button class="ui primary button default-project-board-button" id="default-project-board-submit"></button>
160+
<button class="ui red cancel button">{{$.locale.Tr "settings.cancel"}}</button>
161+
<button class="ui green ok button default-project-board-button" id="default-project-board-submit"></button>
162162
</div>
163163
</div>
164164

0 commit comments

Comments
 (0)