modifying the style to be able to close the registration panel while loading the registration table (#792)
Co-authored-by: elsiosanchez <elsiosanche@gmail.com>pull/3759/head
							parent
							
								
									bf2e0e5348
								
							
						
					
					
						commit
						8f178e6dfc
					
				|  | @ -2,6 +2,19 @@ | |||
| td.cell-align-right, .cell-align-right { | ||||
|   text-align: right !important; | ||||
| } | ||||
| // loading | ||||
| .el-loading-mask { | ||||
|   position: absolute; | ||||
|   z-index: 4; | ||||
|   background-color: rgba(255, 255, 255, 0.9); | ||||
|   margin: 0; | ||||
|   top: 0; | ||||
|   right: 0; | ||||
|   bottom: 0; | ||||
|   left: 0; | ||||
|   -webkit-transition: opacity 0.3s; | ||||
|   transition: opacity 0.3s; | ||||
| } | ||||
| 
 | ||||
| // options to record with contextual menu | ||||
| .contextual-menu { | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Elsio Sanchez
						Elsio Sanchez