e44a7e37b6
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
42 lines
900 B
CSS
42 lines
900 B
CSS
|
|
.soria .dijitToggleButton .dijitCheckBox,
|
|
.soria .dijitToggleButton .dijitCheckBoxIcon {
|
|
background-image: url('../images/spriteCheckbox.gif');
|
|
}
|
|
.soria .dijitCheckBox,
|
|
.soria .dijitCheckBoxIcon {
|
|
background-image: url('../images/spriteCheckbox.gif');
|
|
background-repeat: no-repeat;
|
|
width: 16px;
|
|
height: 16px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.soria .dijitCheckBox,
|
|
.soria .dijitToggleButton .dijitCheckBoxIcon {
|
|
|
|
background-position: -16px;
|
|
}
|
|
.soria .dijitCheckBoxChecked,
|
|
.soria .dijitToggleButtonChecked .dijitCheckBoxIcon {
|
|
|
|
background-position: 0px;
|
|
}
|
|
.soria .dijitCheckBoxDisabled {
|
|
|
|
background-position: -48px;
|
|
}
|
|
.soria .dijitCheckBoxCheckedDisabled {
|
|
|
|
background-position: -32px;
|
|
}
|
|
.soria .dijitCheckBoxHover,
|
|
.soria .dijitCheckBoxFocused {
|
|
|
|
background-position: -80px;
|
|
}
|
|
.soria .dijitCheckBoxCheckedHover,
|
|
.soria .dijitCheckBoxCheckedFocused {
|
|
|
|
background-position: -64px;
|
|
}
|