fixed the country icon path for the native client
parent
1435042413
commit
88cbf1383a
|
@ -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…
Reference in New Issue