Skip to content

Commit

Permalink
Merge pull request #243 from bartvde/tree-radio
Browse files Browse the repository at this point in the history
radio in tree uses image from default theme (r=@marcjansen)
  • Loading branch information
Bart van den Eijnden committed Mar 24, 2014
2 parents 886074f + 33719cf commit 8b5b862
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions resources/css/tree.css
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
.x-theme-neptune .gx-tree-radio {
background-image: url('http://cdn.sencha.com/ext/gpl/4.2.1/resources/ext-theme-neptune/images/form/radio.png');
}
.x-theme-classic .gx-tree-radio {
background-image: url('http://cdn.sencha.com/ext/gpl/4.2.1/resources/ext-theme-classic/images/form/radio.gif');
}
.x-theme-access .gx-tree-radio {
background-image: url('http://cdn.sencha.com/ext/gpl/4.2.1/resources/ext-theme-access/images/form/radio.gif');
}
.x-theme-gray .gx-tree-radio {
background-image: url('http://cdn.sencha.com/ext/gpl/4.2.1/resources/ext-theme-gray/images/form/radio.gif');
}
.gx-tree-radio {
background-image: url('../../resources/images/default/radio.gif');
background-image: url('http://cdn.sencha.com/ext/gpl/4.2.1/resources/ext-theme-classic/images/form/radio.gif');
}

.gx-tree-component {
}

.gx-tree-component-off {
display: none;
}

.gx-tree-baselayer-icon {
background-image: url('../../resources/images/default/map.png');
}
Binary file removed resources/images/default/radio.gif
Binary file not shown.

0 comments on commit 8b5b862

Please sign in to comment.