Added favicon resolving to URL input.

Added blur event after entering URL.
Focus screen after entering URL.
This commit is contained in:
Gunther Brunner
2014-07-31 20:30:43 +09:00
parent 8696f833c2
commit 4edcb387d4
15 changed files with 201 additions and 10 deletions

View File

@@ -2,3 +2,25 @@
width: 18px;
height: auto;
}
.stf-navigation .url-input-container {
position: relative;
padding: 0;
margin: 0;
}
.stf-navigation .url-input-container input {
margin: 0;
padding-left: 30px;
}
.stf-navigation .url-input-container img {
position: absolute;
bottom: 14px;
left: 9px;
width: 16px;
height: 16px;
pointer-events: none;
border: none;
margin:0;
}