File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ <h4 class="modal-title" id="confirmModalTitle">Confirm</h4>
155
155
</ div >
156
156
< div class ="modal-footer ">
157
157
158
- < button class ="btn btn-default btn-sm " id ="modalConfirmButton ">
158
+ < button class ="btn btn-default btn-sm btn-primary " id ="modalConfirmButton ">
159
159
< span class ="glyphicon glyphicon-ok "> </ span > Continue
160
160
</ button >
161
- < button class ="btn btn-default btn-sm " data-dismiss ="modal ">
161
+ < button class ="btn btn-default btn-sm btn-primary " data-dismiss ="modal ">
162
162
< span class ="glyphicon glyphicon-remove "> </ span > Cancel
163
163
</ button >
164
164
</ div >
@@ -190,16 +190,16 @@ <h4 class="modal-title" id="shareModalTitle">Share</h4>
190
190
191
191
</ div >
192
192
< div class ="modal-footer ">
193
- < button class ="btn btn-default btn-sm " id ="modalFacebookButton ">
193
+ < button class ="btn btn-default btn-sm btn-primary " id ="modalFacebookButton ">
194
194
< span class ="glyphicon glyphicon-share-alt "> </ span > Facebook
195
195
</ button >
196
- < button class ="btn btn-default btn-sm " id ="modalGoogleButton ">
196
+ < button class ="btn btn-default btn-sm btn-primary " id ="modalGoogleButton ">
197
197
< span class ="glyphicon glyphicon-share-alt "> </ span > Google+
198
198
</ button >
199
- < button class ="btn btn-default btn-sm " id ="modalTwitterButton ">
199
+ < button class ="btn btn-default btn-sm btn-primary " id ="modalTwitterButton ">
200
200
< span class ="glyphicon glyphicon-share-alt "> </ span > Twitter
201
201
</ button >
202
- < button class ="btn btn-default btn-sm " data-dismiss ="modal ">
202
+ < button class ="btn btn-default btn-sm btn-primary " data-dismiss ="modal ">
203
203
< span class ="glyphicon glyphicon-ok "> </ span > Close
204
204
</ button >
205
205
</ div >
You can’t perform that action at this time.
0 commit comments