mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add neutral submit button
This commit is contained in:
parent
c31250089e
commit
22d59a61ed
|
@ -1208,6 +1208,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
case 'danger':
|
||||
$class = 'btn-danger';
|
||||
break;
|
||||
case 'neutral':
|
||||
$class = '';
|
||||
break;
|
||||
case 'primary':
|
||||
default:
|
||||
$class = 'btn-primary';
|
||||
|
|
|
@ -1212,6 +1212,9 @@ background-image: linear-gradient(to bottom, #882222, #111111);;
|
|||
case 'danger':
|
||||
$class = 'btn-danger';
|
||||
break;
|
||||
case 'neutral':
|
||||
$class = '';
|
||||
break;
|
||||
case 'primary':
|
||||
default:
|
||||
$class = 'btn-primary';
|
||||
|
|
Loading…
Reference in New Issue
Block a user