mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 13:55:17 +02:00
Fix favicon.
This commit is contained in:
@@ -12,6 +12,7 @@
|
||||
.stf-navigation .url-input-container input {
|
||||
margin: 0;
|
||||
padding-left: 30px;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.stf-navigation .url-input-container img {
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
autocomplete='url', ng-model='textURL', text-focus-select,
|
||||
autocapitalize='off', spellcheck='false', blur-element='blurUrl'
|
||||
accesskey='N', tabindex='10', ng-change='textUrlChanged()',
|
||||
focus-element='nav.focusUrl').form-control
|
||||
focus-element='nav.focusUrl')
|
||||
img(ng-src='{{urlFavicon}}')
|
||||
|
||||
.input-group-btn
|
||||
|
||||
Reference in New Issue
Block a user