system: Linux mars.sprixweb.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
cmd: 

Direktori : /home/pfhr/public_html/assets/css/fancy-button/
Upload File :
Current File : /home/pfhr/public_html/assets/css/fancy-button/fancy-button.css

.fancy-radio
{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../img/fancy-button/radio_off.png');
    cursor:pointer;
}
.fancy-radio.on
{
    background-image: url('../../img/fancy-button/radio_on.png');
}

.fancy-checkbox
{
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../../img/fancy-button/chekbox_off.png');
    cursor:pointer;
}
.fancy-checkbox.on
{
    background-image: url('../../img/fancy-button/chekbox_on.png');
}