Skip to content

Commit

Permalink
Remove unused selectors with invalid paths fixes #16580
Browse files Browse the repository at this point in the history
  • Loading branch information
peller committed Jan 24, 2013
1 parent 88402a8 commit effa656
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions form/resources/TriStateCheckBox.css
Expand Up @@ -15,12 +15,6 @@
* 4. Disabled state
* .dojoxTriStateCheckBoxDisabled|.dojoxTriStateCheckBoxCheckedDisabled|.dojoxTriStateCheckBoxMixedDisabled - for background image
*/
.claro .dijitToggleButton .dojoxTriStateCheckBoxIcon {
background-image: url('../images/checkmarkNoBorder.png');
}
.dj_ie6 .claro .dijitToggleButton .dojoxTriStateCheckBoxIcon {
background-image: url('../images/checkmarkNoBorder.gif');
}
.claro .dojoxTriStateCheckBox, .claro .dojoxTriStateCheckBoxIcon {
background-image: url('images/tristatecheckboxStates.png');
/* checkbox sprite image */
Expand Down

0 comments on commit effa656

Please sign in to comment.