Use box-shadow instead of border for urlbar
This commit is contained in:
		
							parent
							
								
									f66bdeb079
								
							
						
					
					
						commit
						4544b4874e
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -8,16 +8,15 @@
 | 
			
		|||
#urlbar{
 | 
			
		||||
  height: auto !important;
 | 
			
		||||
  width: auto !important;
 | 
			
		||||
  border: 1px solid white;
 | 
			
		||||
  border-color:var(--lwt-toolbar-field-border-color, hsla(240,5%,5%,.25));
 | 
			
		||||
  box-shadow: inset 0 0 0 1px var(--lwt-toolbar-field-border-color, hsla(240,5%,5%,.25));
 | 
			
		||||
  background-color: var(--lwt-toolbar-field-background-color, hsla(0,0%,100%,.8));
 | 
			
		||||
  border-radius: var(--toolbarbutton-border-radius);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#urlbar[focused]{ border-color: var(--lwt-toolbar-field-border-focus, highlight) }
 | 
			
		||||
#urlbar[focused]{ box-shadow: inset 0 0 0 1px var(--lwt-toolbar-field-border-focus, highlight); }
 | 
			
		||||
 | 
			
		||||
.urlbarView{
 | 
			
		||||
  position: absolute !important;
 | 
			
		||||
  position: fixed !important;
 | 
			
		||||
  margin: 0 !important;
 | 
			
		||||
  left: 0 !important;
 | 
			
		||||
  width: 100vw !important;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue