mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
add secondary submit button
This commit is contained in:
parent
6ae0eb38d9
commit
ad19678e86
|
@ -1208,6 +1208,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
case 'danger':
|
||||
$class = 'btn-danger';
|
||||
break;
|
||||
case 'secondary':
|
||||
$class = 'btn-secondary';
|
||||
break;
|
||||
case 'neutral':
|
||||
$class = '';
|
||||
break;
|
||||
|
|
|
@ -1212,6 +1212,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
case 'danger':
|
||||
$class = 'btn-danger';
|
||||
break;
|
||||
case 'secondary':
|
||||
$class = 'btn-secondary';
|
||||
break;
|
||||
case 'neutral':
|
||||
$class = '';
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user