/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14 Sep, 2017, 8:24:15 PM
    Author     : Udaya
*/

td.details-control {
    background: url('/dist/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('/dist/img/details_close.png') no-repeat center center;
}