mini colors in new ui fixed
This commit is contained in:
		
							parent
							
								
									3d3d5ed144
								
							
						
					
					
						commit
						57a64dc378
					
				
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 78 B  | 
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 10 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.1 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 2.6 KiB  | 
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.4 KiB  | 
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| 
						 | 
					@ -0,0 +1,59 @@
 | 
				
			||||||
 | 
					.miniColors-trigger {
 | 
				
			||||||
 | 
						height: 36px;
 | 
				
			||||||
 | 
						width: 36px;
 | 
				
			||||||
 | 
						border: solid 3px #e8e8e8;
 | 
				
			||||||
 | 
						vertical-align: middle;
 | 
				
			||||||
 | 
						margin: 0 6px 0 0;
 | 
				
			||||||
 | 
						display: inline-block;
 | 
				
			||||||
 | 
						outline: none;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.miniColors-selector {
 | 
				
			||||||
 | 
						position: absolute;
 | 
				
			||||||
 | 
						width: 175px;
 | 
				
			||||||
 | 
						height: 150px;
 | 
				
			||||||
 | 
						background: #FFF;
 | 
				
			||||||
 | 
						border: solid 1px #BBB;
 | 
				
			||||||
 | 
						padding: 5px;
 | 
				
			||||||
 | 
						z-index: 999999;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.miniColors-selector.black {
 | 
				
			||||||
 | 
						background: #222;
 | 
				
			||||||
 | 
						border-color: #222;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.miniColors-colors {
 | 
				
			||||||
 | 
						position: absolute;
 | 
				
			||||||
 | 
						top: 5px;
 | 
				
			||||||
 | 
						left: 5px;
 | 
				
			||||||
 | 
						width: 150px;
 | 
				
			||||||
 | 
						height: 150px;
 | 
				
			||||||
 | 
						background: url(miniColors/gradient.png) center no-repeat;
 | 
				
			||||||
 | 
						cursor: crosshair;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.miniColors-hues {
 | 
				
			||||||
 | 
						position: absolute;
 | 
				
			||||||
 | 
						top: 5px;
 | 
				
			||||||
 | 
						left: 160px;
 | 
				
			||||||
 | 
						width: 20px;
 | 
				
			||||||
 | 
						height: 150px;
 | 
				
			||||||
 | 
						background: url(miniColors/rainbow.png) center no-repeat;
 | 
				
			||||||
 | 
						cursor: crosshair;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.miniColors-colorPicker {
 | 
				
			||||||
 | 
						position: absolute;
 | 
				
			||||||
 | 
						width: 11px;
 | 
				
			||||||
 | 
						height: 11px;
 | 
				
			||||||
 | 
						background: url(miniColors/circle.gif) center no-repeat;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.miniColors-huePicker {
 | 
				
			||||||
 | 
						position: absolute;
 | 
				
			||||||
 | 
						left: -3px;
 | 
				
			||||||
 | 
						width: 26px;
 | 
				
			||||||
 | 
						height: 3px;
 | 
				
			||||||
 | 
						background: url(miniColors/line.gif) center no-repeat;
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
		Reference in New Issue