Fixed all urls for the native client
This commit is contained in:
parent
dfb83e7861
commit
ac773f5606
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
width:16px;
|
||||
height:16px;
|
||||
background:url('../../img/ts/basic_icons.png') no-repeat;
|
||||
background:url('../img/ts/basic_icons.png') no-repeat;
|
||||
background:url('img/ts/basic_icons.png') no-repeat;
|
||||
background-size: 16px 608px;
|
||||
|
||||
flex-grow: 0;
|
||||
|
|
|
@ -246,7 +246,7 @@
|
|||
|
||||
height: 10em;
|
||||
|
||||
background: url('../../../img/bookmark_background.png'), url('../../img/bookmark_background.png') no-repeat;
|
||||
background: url('../../../img/bookmark_background.png'), url('../../img/bookmark_background.png'), url('img/bookmark_background.png') no-repeat;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
|
Loading…
Add table
Reference in a new issue