Added thead to remove the weird dupe footer when we’re using icon headers

This commit is contained in:
snipe
2026-05-29 20:53:54 +01:00
parent ade07b411b
commit ce434b3d04
7 changed files with 240 additions and 240 deletions
+47 -47
View File
@@ -695,21 +695,21 @@ h4 {
See https://github.com/grokability/snipe-it/issues/7989
*/
th.css-accessory > .th-inner,
th.css-accessory-alt > .th-inner,
th.css-barcode > .th-inner,
th.css-component > .th-inner,
th.css-consumable > .th-inner,
th.css-envelope > .th-inner,
th.css-house-flag > .th-inner,
th.css-house-laptop > .th-inner,
th.css-house-user > .th-inner,
th.css-license > .th-inner,
th.css-location > .th-inner,
th.css-users > .th-inner,
th.css-currency > .th-inner,
th.css-child-locations > .th-inner,
th.css-history > .th-inner
thead th.css-accessory > .th-inner,
thead th.css-accessory-alt > .th-inner,
thead th.css-barcode > .th-inner,
thead th.css-component > .th-inner,
thead th.css-consumable > .th-inner,
thead th.css-envelope > .th-inner,
thead th.css-house-flag > .th-inner,
thead th.css-house-laptop > .th-inner,
thead th.css-house-user > .th-inner,
thead th.css-license > .th-inner,
thead th.css-location > .th-inner,
thead th.css-users > .th-inner,
thead th.css-currency > .th-inner,
thead th.css-child-locations > .th-inner,
thead th.css-history > .th-inner
{
font-size: 0px;
line-height: 0.75 !important;
@@ -720,22 +720,22 @@ th.css-history > .th-inner
}
th.css-location > .th-inner::before,
th.css-accessory > .th-inner::before,
th.css-accessory-alt > .th-inner::before,
th.css-barcode > .th-inner::before,
th.css-component > .th-inner::before,
th.css-consumable > .th-inner::before,
th.css-envelope > .th-inner::before,
th.css-house-flag > .th-inner::before,
th.css-house-laptop > .th-inner::before,
th.css-house-user > .th-inner::before,
th.css-license > .th-inner::before,
th.css-location > .th-inner::before,
th.css-users > .th-inner::before,
th.css-currency > .th-inner::before,
th.css-child-locations > .th-inner::before,
th.css-history > .th-inner::before
thead th.css-location > .th-inner::before,
thead th.css-accessory > .th-inner::before,
thead th.css-accessory-alt > .th-inner::before,
thead th.css-barcode > .th-inner::before,
thead th.css-component > .th-inner::before,
thead th.css-consumable > .th-inner::before,
thead th.css-envelope > .th-inner::before,
thead th.css-house-flag > .th-inner::before,
thead th.css-house-laptop > .th-inner::before,
thead th.css-house-user > .th-inner::before,
thead th.css-license > .th-inner::before,
thead th.css-location > .th-inner::before,
thead th.css-users > .th-inner::before,
thead th.css-currency > .th-inner::before,
thead th.css-child-locations > .th-inner::before,
thead th.css-history > .th-inner::before
{
display: inline-block;
font-size: 20px;
@@ -747,91 +747,91 @@ th.css-history > .th-inner::before
BEGIN ICON TABLE HEADERS
Set the font-weight css property as 900 (For Solid), 400 (Regular or Brands), 300 (Light for pro icons).
**/
th.css-barcode > .th-inner::before
thead th.css-barcode > .th-inner::before
{
content: "\f02a"; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
th.css-license > .th-inner::before
thead th.css-license > .th-inner::before
{
content: "\f0c7"; font-family: "Font Awesome 5 Free"; font-weight: 400;
}
th.css-consumable > .th-inner::before
thead th.css-consumable > .th-inner::before
{
content: "\f043"; font-family: "Font Awesome 5 Free"; font-weight: 900;
}
th.css-envelope > .th-inner::before
thead th.css-envelope > .th-inner::before
{
content: "\f0e0"; font-family: "Font Awesome 5 Free"; font-weight: 400;
}
th.css-accessory > .th-inner::before
thead th.css-accessory > .th-inner::before
{
content: "\f11c"; font-family: "Font Awesome 5 Free"; font-weight: 400;
}
th.css-users > .th-inner::before {
thead th.css-users > .th-inner::before {
content: "\f0c0"; font-family: "Font Awesome 5 Free"; font-size: 15px;
}
th.css-location > .th-inner::before {
thead th.css-location > .th-inner::before {
content: "\f3c5"; font-family: "Font Awesome 5 Free"; font-size: 19px; margin-bottom: 0px;
}
th.css-component > .th-inner::before
thead th.css-component > .th-inner::before
{
content: "\f0a0"; font-family: "Font Awesome 5 Free"; font-weight: 500;
}
th.css-padlock > .th-inner::before
thead th.css-padlock > .th-inner::before
{
content: "\f023"; font-family: "Font Awesome 5 Free";
font-weight: 800;
padding-right: 3px;
}
th.css-house-user > .th-inner::before {
thead th.css-house-user > .th-inner::before {
content: "\e1b0";
font-family: "Font Awesome 5 Free";
font-size: 19px;
margin-bottom: 0px;
}
th.css-house-flag > .th-inner::before {
thead th.css-house-flag > .th-inner::before {
content: "\e50d";
font-family: "Font Awesome 5 Free";
font-size: 19px;
margin-bottom: 0px;
}
th.css-house-laptop > .th-inner::before {
thead th.css-house-laptop > .th-inner::before {
content: "\e066";
font-family: "Font Awesome 5 Free";
font-size: 19px;
margin-bottom: 0px;
}
th.css-accessory-alt > .th-inner::before {
thead th.css-accessory-alt > .th-inner::before {
content: "\f11c";
font-family: "Font Awesome 5 Free";
font-size: 19px;
margin-bottom: 0px;
}
th.css-child-locations > .th-inner::before {
thead th.css-child-locations > .th-inner::before {
content: "\f64f"; // change this to f51e for coins
font-family: "Font Awesome 5 Free";
font-size: 19px;
margin-bottom: 0px;
}
th.css-currency > .th-inner::before {
thead th.css-currency > .th-inner::before {
content: "\24"; // change this to f51e for coins
font-family: "Font Awesome 5 Free";
font-size: 19px;
margin-bottom: 0px;
}
th.css-history > .th-inner::before {
thead th.css-history > .th-inner::before {
content: "\f1da"; // change this to f51e for coins
font-family: "Font Awesome 5 Free";
font-size: 19px;