mirror of
				https://git.code.sf.net/p/seeddms/code
				synced 2025-10-31 13:18:06 +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
	 Uwe Steinmann
						Uwe Steinmann