Mini Kabibi Habibi
DSGUI--DSSwitchButton,
DSGUI--DSSwitchButton[checked="true"]
{
min-height:18px;
max-height:18px;
border-image:url(./DSGuiRes/Images/DustyBlue/SwitchButton/swift_on_normal.png) 0 17 0 8;
border-width:0 17px 0 8px;
}
DSGUI--DSSwitchButton[checked="true"]:hover,
DSGUI--DSSwitchButton[checked="true"]:focus,
DSGUI--DSSwitchButton[checked="true"]:pressed
{
border-image:url(./DSGuiRes/Images/DustyBlue/SwitchButton/swift_on_normal.png) 0 17 0 8;
border-width:0 17px 0 8px;
}
DSGUI--DSSwitchButton[checked="true"]:disabled
{
border-image:url(./DSGuiRes/Images/DustyBlue/SwitchButton/swift_on_disable.png) 0 17 0 8;
border-width:0 17px 0 8px;
}
DSGUI--DSSwitchButton[checked="false"]
{
min-height:18px;
max-height:18px;
border-image:url(./DSGuiRes/Images/DustyBlue/SwitchButton/swift_off_normal.png)0 8 0 17;
border-width:0 8px 0 17px;
}
DSGUI--DSSwitchButton[checked="false"]:hover,
DSGUI--DSSwitchButton[checked="false"]:focus,
DSGUI--DSSwitchButton[checked="false"]:pressed
{
border-image:url(./DSGuiRes/Images/DustyBlue/SwitchButton/swift_off_normal.png)0 8 0 17;
border-width:0 8px 0 17px;
}
DSGUI--DSSwitchButton[checked="false"]:disabled
{
border-image:url(./DSGuiRes/Images/DustyBlue/SwitchButton/swift_off_disable.png)0 8 0 17;
border-width:0 8px 0 17px;
}