Small CSS change for language dropdown
This commit is contained in:
		
							parent
							
								
									986e7793db
								
							
						
					
					
						commit
						c51145bf7e
					
				|  | @ -119,15 +119,17 @@ a.classic:focus { | ||||||
| .select-lang .select-wrapper input.select-dropdown { | .select-lang .select-wrapper input.select-dropdown { | ||||||
|     margin-top: 10px; |     margin-top: 10px; | ||||||
|     margin-bottom: 0; |     margin-bottom: 0; | ||||||
|     border-bottom: 1px solid #FFF; |     border-bottom: 0; | ||||||
| } | } | ||||||
| .select-lang-mobile .select-wrapper input.select-dropdown { | .select-lang-mobile .select-wrapper input.select-dropdown { | ||||||
|     color: #444; |     color: #444; | ||||||
|  |     border-bottom: 0; | ||||||
| } | } | ||||||
| .select-lang-mobile .select-wrapper span.caret { | .select-lang-mobile .select-wrapper span.caret { | ||||||
|     top: -10px; |     top: -10px; | ||||||
| } | } | ||||||
| .select-lang { | .select-lang, | ||||||
|  | .select-lang-mobile { | ||||||
|     padding-left: 15px !important; |     padding-left: 15px !important; | ||||||
|     padding-right: 15px !important; |     padding-right: 15px !important; | ||||||
| } | } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	 Luc Didry
						Luc Didry