solr/webapp/solr/css/angular/threads.css [20:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#content #threads .loader
{
  background-position: 0 50%;
  padding-left: 21px;
}

#content #threads #thread-dump table
{
  border-collapse: collapse;
  width: 100%;
}

#content #threads #thread-dump table .spacer,
#content #threads #thread-dump tbody .state
{
  background-color: #fff;
}

#content #threads #thread-dump table th,
#content #threads #thread-dump table td
{
  padding: 5px 3px;
  vertical-align: top;
}

#content #threads #thread-dump thead th
{
  background-color: #c8c8c8;
  font-weight: bold;
  text-align: left;
}

#content #threads #thread-dump thead th.name
{
  width: 85%;
}

#content #threads #thread-dump thead th.time
{
  text-align: right;
  width: 15%;
}

#content #threads #thread-dump tbody .odd
{
  background-color: #f0f0f0;
}

#content #threads #thread-dump tbody .RUNNABLE a
{
  background-image: url( ../../img/ico/tick-circle.png );
}

#content #threads #thread-dump tbody .WAITING a,
#content #threads #thread-dump tbody .TIMED_WAITING a
{
  background-image: url( ../../img/ico/hourglass.png );
}

#content #threads #thread-dump tbody .WAITING.lock a,
#content #threads #thread-dump tbody .TIMED_WAITING.lock a
{
  background-image: url( ../../img/ico/hourglass--exclamation.png );
}

#content #threads #thread-dump tbody .name a
{
  background-position: 0 50%;
  cursor: auto;
  display: block;
  padding-left: 21px;
}

#content #threads #thread-dump tbody .stacktrace .name a
{
  cursor: pointer;
}

#content #threads #thread-dump tbody .stacktrace .name a span
{    
  background-image: url( ../../img/ico/chevron-small-expand.png );
  background-position: 100% 50%;
  padding-right: 21px;
}

#content #threads #thread-dump tbody .stacktrace.open .name a span
{   
  background-image: url( ../../img/ico/chevron-small.png );
}

#content #threads #thread-dump tbody .name p
{
  background-image: url( ../../img/ico/arrow-000-small.png );
  background-position: 0 50%;
  color: #c0c0c0;
  font-size: 11px;
  margin-left: 21px;
  padding-left: 21px;
}

#content #threads #thread-dump tbody .name div
{
  border-top: 1px solid #c0c0c0;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



solr/webapp/solr/css/styles/threads.css [20:122]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#content #threads .loader
{
  background-position: 0 50%;
  padding-left: 21px;
}

#content #threads #thread-dump table
{
  border-collapse: collapse;
  width: 100%;
}

#content #threads #thread-dump table .spacer,
#content #threads #thread-dump tbody .state
{
  background-color: #fff;
}

#content #threads #thread-dump table th,
#content #threads #thread-dump table td
{
  padding: 5px 3px;
  vertical-align: top;
}

#content #threads #thread-dump thead th
{
  background-color: #c8c8c8;
  font-weight: bold;
  text-align: left;
}

#content #threads #thread-dump thead th.name
{
  width: 85%;
}

#content #threads #thread-dump thead th.time
{
  text-align: right;
  width: 15%;
}

#content #threads #thread-dump tbody .odd
{
  background-color: #f0f0f0;
}

#content #threads #thread-dump tbody .RUNNABLE a
{
  background-image: url( ../../img/ico/tick-circle.png );
}

#content #threads #thread-dump tbody .WAITING a,
#content #threads #thread-dump tbody .TIMED_WAITING a
{
  background-image: url( ../../img/ico/hourglass.png );
}

#content #threads #thread-dump tbody .WAITING.lock a,
#content #threads #thread-dump tbody .TIMED_WAITING.lock a
{
  background-image: url( ../../img/ico/hourglass--exclamation.png );
}

#content #threads #thread-dump tbody .name a
{
  background-position: 0 50%;
  cursor: auto;
  display: block;
  padding-left: 21px;
}

#content #threads #thread-dump tbody .stacktrace .name a
{
  cursor: pointer;
}

#content #threads #thread-dump tbody .stacktrace .name a span
{    
  background-image: url( ../../img/ico/chevron-small-expand.png );
  background-position: 100% 50%;
  padding-right: 21px;
}

#content #threads #thread-dump tbody .stacktrace.open .name a span
{   
  background-image: url( ../../img/ico/chevron-small.png );
}

#content #threads #thread-dump tbody .name p
{
  background-image: url( ../../img/ico/arrow-000-small.png );
  background-position: 0 50%;
  color: #c0c0c0;
  font-size: 11px;
  margin-left: 21px;
  padding-left: 21px;
}

#content #threads #thread-dump tbody .name div
{
  border-top: 1px solid #c0c0c0;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



