mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-23 22:25:09 -04:00
Font-Awesomed Missing and History
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
.gridImage, .gridAction, .grid-icon
|
||||
{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
width: 17px;
|
||||
/*height: 18px;
|
||||
margin: 0px;*/
|
||||
padding: 3px 1px;
|
||||
margin: 0px;
|
||||
vertical-align: middle;
|
||||
border: none;
|
||||
display: inline !important;
|
||||
display: inline-block !important;
|
||||
text-decoration: none !important;
|
||||
color: #000000;
|
||||
font-size: 20px;
|
||||
font-size: 19px;
|
||||
line-height: 19px;
|
||||
}
|
||||
|
||||
.gridAction:hover
|
||||
@@ -120,4 +121,8 @@ table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, tab
|
||||
/* Icon color when ignored */
|
||||
.ignored {
|
||||
color: gray !important;
|
||||
}
|
||||
|
||||
[data-status="Missing"] {
|
||||
color: #B40404 !important;
|
||||
}
|
||||
Reference in New Issue
Block a user