mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	| @@ -72,7 +72,7 @@ | ||||
| </div> | ||||
| <div id="main-container" class="sidebar-closed"> | ||||
|     <div id="palette"> | ||||
|         <i class="palette-spinner spinner"></i> | ||||
|         <img src="spin.svg" class="palette-spinner"/> | ||||
|         <div class="palette-scroll"> | ||||
|             <div class="palette-category"> | ||||
|                 <div class="palette-header"><i class="expanded icon-chevron-down"></i><span>inputs</span></div> | ||||
|   | ||||
							
								
								
									
										
											BIN
										
									
								
								public/spin.gif
									
									
									
									
									
								
							
							
						
						
									
										
											BIN
										
									
								
								public/spin.gif
									
									
									
									
									
								
							
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 215 B | 
							
								
								
									
										41
									
								
								public/spin.svg
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										41
									
								
								public/spin.svg
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,41 @@ | ||||
| <!--  | ||||
| The MIT License (MIT) | ||||
|  | ||||
| Copyright (c) 2014 Brent Jackson | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy of | ||||
| this software and associated documentation files (the "Software"), to deal in | ||||
| the Software without restriction, including without limitation the rights to use, | ||||
| copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the | ||||
| Software, and to permit persons to whom the Software is furnished to do so, | ||||
| subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all | ||||
| copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||||
| IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS | ||||
| FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR | ||||
| COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER | ||||
| IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN | ||||
| CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
|  | ||||
| https://github.com/jxnblk/loading | ||||
| --> | ||||
| <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32" fill="#999"> | ||||
|   <path transform="translate(2)" d="M0 12 V20 H4 V12z">  | ||||
|     <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"  /> | ||||
|   </path> | ||||
|   <path transform="translate(8)" d="M0 12 V20 H4 V12z"> | ||||
|     <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.2" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline"  /> | ||||
|   </path> | ||||
|   <path transform="translate(14)" d="M0 12 V20 H4 V12z"> | ||||
|     <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.4" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> | ||||
|   </path> | ||||
|   <path transform="translate(20)" d="M0 12 V20 H4 V12z"> | ||||
|     <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.6" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> | ||||
|   </path> | ||||
|   <path transform="translate(26)" d="M0 12 V20 H4 V12z"> | ||||
|     <animate attributeName="d" values="M0 12 V20 H4 V12z; M0 4 V28 H4 V4z; M0 12 V20 H4 V12z; M0 12 V20 H4 V12z" dur="1.2s" repeatCount="indefinite" begin="0.8" keytimes="0;.2;.5;1" keySplines="0.2 0.2 0.4 0.8;0.2 0.6 0.4 0.8;0.2 0.8 0.4 0.8" calcMode="spline" /> | ||||
|   </path> | ||||
| </svg> | ||||
| @@ -852,7 +852,8 @@ i.spinner { | ||||
|     line-height: 14px; | ||||
|     vertical-align: text-top; | ||||
|     margin-top: 0px; | ||||
|     background: url(spin.gif) no-repeat 50% 50%; | ||||
|     background: url(spin.svg) no-repeat 50% 50%; | ||||
|     background-size: contain | ||||
| } | ||||
|      | ||||
|      | ||||
|   | ||||
		Reference in New Issue
	
	Block a user