11 lines
286 B
CSS
Executable file
11 lines
286 B
CSS
Executable file
.collapsible.collapsed {
|
|
padding: 10px;
|
|
background: url('../../images/tablesorter_expand.png') no-repeat center center;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.collapsible.expanded {
|
|
padding: 10px;
|
|
background: url('../../images/tablesorter_collapse.png') no-repeat center center;
|
|
cursor: pointer;
|
|
}
|