Font-Awesomed Series/Details

New: Replaced icons with Font-Awesome SVG icons
This commit is contained in:
Mark McDowall 2012-10-10 19:02:17 -07:00
commit f643c5e3fb
9 changed files with 77 additions and 34 deletions

View file

@ -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;
}

View file

@ -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;
}