Corrected image references from css.
This commit is contained in:
parent
37ad28dbcc
commit
5e325d00ea
3 changed files with 22 additions and 22 deletions
|
|
@ -29,7 +29,7 @@
|
|||
color: white;
|
||||
border: 0px;
|
||||
background: rgba(0, 0, 0, 0.6);
|
||||
background: url(images/chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:left;
|
||||
background: url(../images/chat_cursor.png) rgba(0,0,0,0.6); background-repeat: no-repeat; background-position:left;
|
||||
outline: none;
|
||||
}
|
||||
.messagelist {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue