Added thead to remove the weird dupe footer when we’re using icon headers
This commit is contained in:
+47
-47
@@ -1030,21 +1030,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;
|
||||
text-align: left;
|
||||
@@ -1052,22 +1052,22 @@ th.css-history > .th-inner {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
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;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
@@ -1077,90 +1077,90 @@ 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";
|
||||
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";
|
||||
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";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-size: 19px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -658,21 +658,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;
|
||||
text-align: left;
|
||||
@@ -680,22 +680,22 @@ th.css-history > .th-inner {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
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;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
@@ -705,90 +705,90 @@ 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";
|
||||
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";
|
||||
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";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-size: 19px;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Vendored
+94
-94
@@ -22366,21 +22366,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;
|
||||
text-align: left;
|
||||
@@ -22388,22 +22388,22 @@ th.css-history > .th-inner {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
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;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
@@ -22413,90 +22413,90 @@ 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";
|
||||
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";
|
||||
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";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-size: 19px;
|
||||
@@ -24164,21 +24164,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;
|
||||
text-align: left;
|
||||
@@ -24186,22 +24186,22 @@ th.css-history > .th-inner {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
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;
|
||||
font-family: "Font Awesome 5 Free";
|
||||
@@ -24211,90 +24211,90 @@ 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";
|
||||
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";
|
||||
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";
|
||||
font-family: "Font Awesome 5 Free";
|
||||
font-size: 19px;
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"/js/dist/all.js": "/js/dist/all.js?id=b7b86fa704f44a30a4593132fd496fee",
|
||||
"/css/build/overrides.css": "/css/build/overrides.css?id=cd2464a43a9df33421778c1fb81ac9dd",
|
||||
"/css/build/app.css": "/css/build/app.css?id=66480c2823f94791fcb0826fd9c80322",
|
||||
"/css/build/overrides.css": "/css/build/overrides.css?id=ad4e3d7e90b9ceedf671d1cfcb841d22",
|
||||
"/css/build/app.css": "/css/build/app.css?id=afc194bbbf051238aabedad2e68fc42b",
|
||||
"/css/build/AdminLTE.css": "/css/build/AdminLTE.css?id=ee0ed88465dd878588ed044eefb67723",
|
||||
"/css/dist/all.css": "/css/dist/all.css?id=fba1d885ebbcf09a454a11d423ae30d8",
|
||||
"/css/dist/all.css": "/css/dist/all.css?id=f57dd86677901b6b41cdb2a9bc911c11",
|
||||
"/css/dist/signature-pad.css": "/css/dist/signature-pad.css?id=6a89d3cd901305e66ced1cf5f13147f7",
|
||||
"/css/dist/signature-pad.min.css": "/css/dist/signature-pad.min.css?id=6a89d3cd901305e66ced1cf5f13147f7",
|
||||
"/js/select2/i18n/af.js": "/js/select2/i18n/af.js?id=4f6fcd73488ce79fae1b7a90aceaecde",
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user