mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 14:03:29 -07:00
Font-Awesomed Series/Details
New: Replaced icons with Font-Awesome SVG icons
This commit is contained in:
parent
008bb9626c
commit
f643c5e3fb
9 changed files with 77 additions and 34 deletions
|
@ -1,4 +1,4 @@
|
|||
.gridImage, .gridAction
|
||||
.gridImage, .gridAction, .grid-icon
|
||||
{
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
|
@ -6,6 +6,10 @@
|
|||
margin: 0px;
|
||||
vertical-align: middle;
|
||||
border: none;
|
||||
display: inline !important;
|
||||
text-decoration: none !important;
|
||||
color: #000000;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.gridAction:hover
|
||||
|
@ -112,3 +116,8 @@ table.dataTable thead th.sorting_desc, table.dataTable thead th.sorting_asc, tab
|
|||
{
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Icon color when ignored */
|
||||
.ignored {
|
||||
color: gray !important;
|
||||
}
|
|
@ -238,11 +238,8 @@ button span, input[type="button"] span, input[type="submit"] span, input[type="r
|
|||
padding-top: 15px;
|
||||
}
|
||||
|
||||
|
||||
/* Font-Awesome */
|
||||
i[class*="icon-"]:not(.gridAction):hover {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
table i[class*="icon-"] {
|
||||
color: #000000;
|
||||
font-size: 18px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue