mirror of https://github.com/Sonarr/Sonarr
45 lines
682 B
CSS
45 lines
682 B
CSS
.statusImage, .searchImage, .renameImage, .ignoreEpisode, .ignoreEpisodesMaster
|
|
{
|
|
width: 18px;
|
|
height: 18px;
|
|
padding: 1px;
|
|
margin: 2px;
|
|
border-width: 1px;
|
|
border-style: dashed;
|
|
border-color: lightgray;
|
|
}
|
|
|
|
.searchImage:hover, .renameImage:hover, .ignoreEpisode:hover, .ignoreEpisodesMaster:hover
|
|
{
|
|
background-color: #065EFE;
|
|
}
|
|
|
|
.t-grid td
|
|
{
|
|
line-height: 0.6em;
|
|
}
|
|
|
|
.t-grid .t-header
|
|
{
|
|
line-height: 1.8em;
|
|
}
|
|
|
|
.t-grid-header .t-header .t-link
|
|
{
|
|
padding: 0.3em 0.9em 1.0em 0.6em;
|
|
}
|
|
|
|
.t-grid .t-detail-cell
|
|
{
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
.t-grid td
|
|
{
|
|
padding: 0em 0.6em;
|
|
}
|
|
|
|
.t-no-data td
|
|
{
|
|
padding: 0.6em 0.6em;
|
|
} |