forked from cory/tildefriends
		
	Needs some color.
This commit is contained in:
		@@ -145,7 +145,7 @@ class TfNavigationElement extends LitElement {
 | 
				
			|||||||
				<link type="text/css" rel="stylesheet" href="/static/w3.css" />
 | 
									<link type="text/css" rel="stylesheet" href="/static/w3.css" />
 | 
				
			||||||
				<select
 | 
									<select
 | 
				
			||||||
					@change=${this.set_active_identity}
 | 
										@change=${this.set_active_identity}
 | 
				
			||||||
					class="w3-input"
 | 
										class="w3-input w3-cyan"
 | 
				
			||||||
					style="flex: 0 1 auto; width: auto; display: inline-blocktext-overflow: ellipsis; overflow: hidden; white-space: nowrap">
 | 
										style="flex: 0 1 auto; width: auto; display: inline-blocktext-overflow: ellipsis; overflow: hidden; white-space: nowrap">
 | 
				
			||||||
					${this.identities.map(x => html`<option ?selected=${x === this.identity}>${x}</option>`)}
 | 
										${this.identities.map(x => html`<option ?selected=${x === this.identity}>${x}</option>`)}
 | 
				
			||||||
				</select>
 | 
									</select>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user