fixed the country icon path for the native client
This commit is contained in:
parent
1435042413
commit
88cbf1383a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
.country {
|
||||
width: 16px;
|
||||
height: 11px;
|
||||
background: url('../../../img/ts/country_icons.png'), url('../../img/ts/country_icons.png') no-repeat;
|
||||
background: url('../../../img/ts/country_icons.png'), url('./img/ts/country_icons.png') no-repeat;
|
||||
|
||||
flex-shrink: 0;
|
||||
flex-grow: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue