Fix incorrect path to column tree title background resource
This commit is contained in:
parent
13bee4517a
commit
8066398c0b
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
}
|
||||
|
||||
.x-tree-headers {
|
||||
background: #f9f9f9 url(http://192.168.1.50/lab/extjs/resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
||||
background: #f9f9f9 url(../extjs/resources/images/default/grid/grid3-hrow.gif) repeat-x 0 bottom;
|
||||
cursor:default;
|
||||
zoom:1;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue