12 lines
294 B
CSS
Executable File
12 lines
294 B
CSS
Executable File
.icon_tracking_on {
|
|
background-image: url(../icons/ico_tracking_on.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|
|
|
|
.icon_tracking_off {
|
|
background-image: url(../icons/ico_tracking_off.png);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
}
|