Skip to content

Commit

Permalink
Merge pull request #11316 from snipe/fixes/smaller_padlock_on_table_h…
Browse files Browse the repository at this point in the history
…eader

Tweaked CSS for smaller padlock
  • Loading branch information
snipe committed Jun 15, 2022
2 parents 693043e + e6d792b commit b392ed2
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
4 changes: 3 additions & 1 deletion public/css/build/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -886,7 +886,9 @@ th.css-padlock > .th-inner::before {
content: "\f023";
font-family: "Font Awesome 5 Free";
font-weight: 400;
padding-right: 2px;
padding-right: 4px;
font-weight: 300;
font-size: 12px;
}
/**
Set the font-weight css property as 900 (For Solid), 400 (Regular or Brands), 300 (Light for pro icons).
Expand Down
4 changes: 3 additions & 1 deletion public/css/build/overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,9 @@ th.css-padlock > .th-inner::before {
content: "\f023";
font-family: "Font Awesome 5 Free";
font-weight: 400;
padding-right: 2px;
padding-right: 4px;
font-weight: 300;
font-size: 12px;
}
/**
Set the font-weight css property as 900 (For Solid), 400 (Regular or Brands), 300 (Light for pro icons).
Expand Down
8 changes: 6 additions & 2 deletions public/css/dist/all.css
Original file line number Diff line number Diff line change
Expand Up @@ -20428,7 +20428,9 @@ th.css-padlock > .th-inner::before {
content: "\f023";
font-family: "Font Awesome 5 Free";
font-weight: 400;
padding-right: 2px;
padding-right: 4px;
font-weight: 300;
font-size: 12px;
}
/**
Set the font-weight css property as 900 (For Solid), 400 (Regular or Brands), 300 (Light for pro icons).
Expand Down Expand Up @@ -21487,7 +21489,9 @@ th.css-padlock > .th-inner::before {
content: "\f023";
font-family: "Font Awesome 5 Free";
font-weight: 400;
padding-right: 2px;
padding-right: 4px;
font-weight: 300;
font-size: 12px;
}
/**
Set the font-weight css property as 900 (For Solid), 400 (Regular or Brands), 300 (Light for pro icons).
Expand Down
6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/js/build/app.js": "/js/build/app.js?id=8b75d505c1bee38e1557",
"/css/dist/skins/skin-blue.css": "/css/dist/skins/skin-blue.css?id=f577ce74b0dc04d0ec2b",
"/css/build/overrides.css": "/css/build/overrides.css?id=4fc3a0e0a16964643e70",
"/css/build/app.css": "/css/build/app.css?id=a7cd7ad6e0e053ccf443",
"/css/build/overrides.css": "/css/build/overrides.css?id=2921802af70bd9f0c247",
"/css/build/app.css": "/css/build/app.css?id=6c9a6e04ac7d56ee6fdb",
"/css/build/AdminLTE.css": "/css/build/AdminLTE.css?id=65ca7a34198fa16ba846",
"/css/dist/skins/skin-orange.css": "/css/dist/skins/skin-orange.css?id=0715caf11a30f0756768",
"/css/dist/skins/skin-orange-dark.css": "/css/dist/skins/skin-orange-dark.css?id=c17de79571bc6dc42112",
Expand All @@ -18,7 +18,7 @@
"/css/dist/skins/skin-green.css": "/css/dist/skins/skin-green.css?id=407f83d58689706f303a",
"/css/dist/skins/skin-contrast.css": "/css/dist/skins/skin-contrast.css?id=6a9d0ac448c28b88e5d6",
"/css/dist/skins/skin-red.css": "/css/dist/skins/skin-red.css?id=c17879493dcd86dbb6c1",
"/css/dist/all.css": "/css/dist/all.css?id=6f5411354ef775df6745",
"/css/dist/all.css": "/css/dist/all.css?id=9a1a8d0959114dcf722a",
"/css/blue.png": "/css/blue.png?id=e83a6c29e04fe851f212",
"/css/[email protected]": "/css/[email protected]?id=51135dd4d24f88f5de0b",
"/css/dist/signature-pad.css": "/css/dist/signature-pad.css?id=6a89d3cd901305e66ced",
Expand Down
4 changes: 3 additions & 1 deletion resources/assets/less/overrides.less
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,9 @@ th.css-accessory > .th-inner::before
th.css-padlock > .th-inner::before
{
content: "\f023"; font-family: "Font Awesome 5 Free"; font-weight: 400;
padding-right: 2px;
padding-right: 4px;
font-weight: 300;
font-size: 12px;
}

/**
Expand Down

0 comments on commit b392ed2

Please sign in to comment.