diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-14 16:39:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-14 16:39:37 +0200 |
commit | 266947e5efc7ff30b0020beb5a74e4d4fc696fa5 (patch) | |
tree | 66c2e0f463e373d971d290d9ff3b07b9528ebf27 /client/src/app/modal/welcome-modal.component.html | |
parent | 251a82ffbb62c575d7aeb260dff22409dae39d73 (diff) | |
download | PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.tar.gz PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.tar.zst PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.zip |
Refactor modal buttons style
Diffstat (limited to 'client/src/app/modal/welcome-modal.component.html')
-rw-r--r-- | client/src/app/modal/welcome-modal.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/modal/welcome-modal.component.html b/client/src/app/modal/welcome-modal.component.html index 19bf3a1ea..f5d2b8799 100644 --- a/client/src/app/modal/welcome-modal.component.html +++ b/client/src/app/modal/welcome-modal.component.html | |||
@@ -71,12 +71,12 @@ | |||
71 | 71 | ||
72 | <div class="modal-footer inputs"> | 72 | <div class="modal-footer inputs"> |
73 | <input | 73 | <input |
74 | type="button" role="button" i18n-value value="Remind me later" class="action-button action-button-understood" | 74 | type="button" role="button" i18n-value value="Remind me later" class="peertube-button grey-button" |
75 | (click)="hide()" (key.enter)="hide()" | 75 | (click)="hide()" (key.enter)="hide()" |
76 | > | 76 | > |
77 | 77 | ||
78 | <a i18n (click)="doNotOpenAgain(); hide()" (key.enter)="doNotOpenAgain(); hide()" | 78 | <a i18n (click)="doNotOpenAgain(); hide()" (key.enter)="doNotOpenAgain(); hide()" |
79 | class="configure-instance-button" href="/admin/config/edit-custom" target="_blank" | 79 | class="peertube-button-link orange-button" href="/admin/config/edit-custom" target="_blank" |
80 | rel="noopener noreferrer" ngbAutofocus> | 80 | rel="noopener noreferrer" ngbAutofocus> |
81 | Configure my instance | 81 | Configure my instance |
82 | </a> | 82 | </a> |