Skip to content

Commit

Permalink
modify css and change button on default-project-board-modal
Browse files Browse the repository at this point in the history
  • Loading branch information
HesterG committed Apr 20, 2023
1 parent a982310 commit 1df04ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions templates/base/page_dimmer_buttons.tmpl
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="actions">
<button class="ui red basic inverted cancel button">
<button class="ui red cancel button">
{{svg "octicon-x"}}
{{if .ModalNoText}}{{.ModalNoText}}{{else}}{{.locale.Tr "modal.no"}}{{end}}
</button>
<button class="ui green basic inverted ok button{{if .ExtendedClasses}} {{.ExtendedClasses}}{{end}}" {{if .DataUrl}}data-url="{{.DataUrl}}"{{end}}>
<button class="ui green ok button{{if .ExtendedClasses}} {{.ExtendedClasses}}{{end}}" {{if .DataUrl}}data-url="{{.DataUrl}}"{{end}}>
{{svg "octicon-check"}}
{{if .ModalYesText}}{{.ModalYesText}}{{else}}{{.locale.Tr "modal.yes"}}{{end}}
</button>
Expand Down
4 changes: 2 additions & 2 deletions templates/projects/view.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -157,8 +157,8 @@
<label id="default-project-board-content"></label>
</div>
<div class="text right actions">
<button class="ui cancel button">{{$.locale.Tr "settings.cancel"}}</button>
<button class="ui primary button default-project-board-button" id="default-project-board-submit"></button>
<button class="ui red cancel button">{{$.locale.Tr "settings.cancel"}}</button>
<button class="ui green ok button default-project-board-button" id="default-project-board-submit"></button>
</div>
</div>

Expand Down

0 comments on commit 1df04ee

Please sign in to comment.