Built assets

Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
snipe 2023-04-03 17:08:54 -07:00
parent c5d74ac27f
commit c05ee5db0e
4 changed files with 79 additions and 15 deletions

View file

@ -970,7 +970,7 @@ th.css-accessory > .th-inner::before {
white-space: nowrap;
text-overflow: ellipsis;
}
/** form-stuff overrides for checkboxes and stuff **/
/** Form-stuff overrides for checkboxes and stuff **/
.form-control--disabled {
color: #959495;
pointer-events: none;
@ -984,7 +984,9 @@ label.form-control {
border: 0px;
padding-left: 0px;
}
/** Checkbox style to replace iCheck **/
/** --------------------------------------- **/
/** Start checkbox styles to replace iCheck **/
/** --------------------------------------- **/
input[type="checkbox"] {
/* Add if not using autoprefixer */
-webkit-appearance: none;
@ -1005,6 +1007,7 @@ input[type="checkbox"] {
place-content: center;
/*Windows High Contrast Mode*/
}
/** This sets the display of a checkbox, and what the "fill" checkmark should look like */
input[type="checkbox"]::before {
/** If you want to use the non-checkbox, filled square, use this instead **/
content: "";
@ -1019,9 +1022,11 @@ input[type="checkbox"]::before {
/* Windows High Contrast Mode */
background-color: CanvasText;
}
/** This sets the size of the scale up for the shape we defined above **/
input[type="checkbox"]:checked::before {
transform: scale(1);
}
/** This sets the scale of the DISABLED but CHECKED checkbox */
input[type=checkbox]:disabled::before,
input[type=radio]:disabled::before {
content: "";
@ -1030,6 +1035,14 @@ input[type=radio]:disabled::before {
transform: scale(1);
box-shadow: inset 1em 1em #959495;
}
/* This sets the scale and style of a DISABLED checkbox that is NOT checked */
input[type=checkbox]:disabled:not(:checked)::before,
input[type=radio]:disabled:not(:checked)::before {
content: "";
transform: scale(0);
cursor: not-allowed;
pointer-events: none;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
--form-control-color: #959495;
@ -1037,7 +1050,7 @@ input[type=radio]:disabled {
cursor: not-allowed;
pointer-events: none;
}
/** Radio style to replace iCheck **/
/** Radio styles to replace iCheck **/
input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
@ -1080,4 +1093,7 @@ input[type="radio"]:checked::before {
grid-template-columns: 0.1em auto;
gap: 1.5em;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/
/** --------------------------------------- **/

View file

@ -603,7 +603,7 @@ th.css-accessory > .th-inner::before {
white-space: nowrap;
text-overflow: ellipsis;
}
/** form-stuff overrides for checkboxes and stuff **/
/** Form-stuff overrides for checkboxes and stuff **/
.form-control--disabled {
color: #959495;
pointer-events: none;
@ -617,7 +617,9 @@ label.form-control {
border: 0px;
padding-left: 0px;
}
/** Checkbox style to replace iCheck **/
/** --------------------------------------- **/
/** Start checkbox styles to replace iCheck **/
/** --------------------------------------- **/
input[type="checkbox"] {
/* Add if not using autoprefixer */
-webkit-appearance: none;
@ -638,6 +640,7 @@ input[type="checkbox"] {
place-content: center;
/*Windows High Contrast Mode*/
}
/** This sets the display of a checkbox, and what the "fill" checkmark should look like */
input[type="checkbox"]::before {
/** If you want to use the non-checkbox, filled square, use this instead **/
content: "";
@ -652,9 +655,11 @@ input[type="checkbox"]::before {
/* Windows High Contrast Mode */
background-color: CanvasText;
}
/** This sets the size of the scale up for the shape we defined above **/
input[type="checkbox"]:checked::before {
transform: scale(1);
}
/** This sets the scale of the DISABLED but CHECKED checkbox */
input[type=checkbox]:disabled::before,
input[type=radio]:disabled::before {
content: "";
@ -663,6 +668,14 @@ input[type=radio]:disabled::before {
transform: scale(1);
box-shadow: inset 1em 1em #959495;
}
/* This sets the scale and style of a DISABLED checkbox that is NOT checked */
input[type=checkbox]:disabled:not(:checked)::before,
input[type=radio]:disabled:not(:checked)::before {
content: "";
transform: scale(0);
cursor: not-allowed;
pointer-events: none;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
--form-control-color: #959495;
@ -670,7 +683,7 @@ input[type=radio]:disabled {
cursor: not-allowed;
pointer-events: none;
}
/** Radio style to replace iCheck **/
/** Radio styles to replace iCheck **/
input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
@ -713,4 +726,7 @@ input[type="radio"]:checked::before {
grid-template-columns: 0.1em auto;
gap: 1.5em;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/
/** --------------------------------------- **/

View file

@ -23729,7 +23729,7 @@ th.css-accessory > .th-inner::before {
white-space: nowrap;
text-overflow: ellipsis;
}
/** form-stuff overrides for checkboxes and stuff **/
/** Form-stuff overrides for checkboxes and stuff **/
.form-control--disabled {
color: #959495;
pointer-events: none;
@ -23743,7 +23743,9 @@ label.form-control {
border: 0px;
padding-left: 0px;
}
/** Checkbox style to replace iCheck **/
/** --------------------------------------- **/
/** Start checkbox styles to replace iCheck **/
/** --------------------------------------- **/
input[type="checkbox"] {
/* Add if not using autoprefixer */
-webkit-appearance: none;
@ -23764,6 +23766,7 @@ input[type="checkbox"] {
place-content: center;
/*Windows High Contrast Mode*/
}
/** This sets the display of a checkbox, and what the "fill" checkmark should look like */
input[type="checkbox"]::before {
/** If you want to use the non-checkbox, filled square, use this instead **/
content: "";
@ -23778,9 +23781,11 @@ input[type="checkbox"]::before {
/* Windows High Contrast Mode */
background-color: CanvasText;
}
/** This sets the size of the scale up for the shape we defined above **/
input[type="checkbox"]:checked::before {
transform: scale(1);
}
/** This sets the scale of the DISABLED but CHECKED checkbox */
input[type=checkbox]:disabled::before,
input[type=radio]:disabled::before {
content: "";
@ -23789,6 +23794,14 @@ input[type=radio]:disabled::before {
transform: scale(1);
box-shadow: inset 1em 1em #959495;
}
/* This sets the scale and style of a DISABLED checkbox that is NOT checked */
input[type=checkbox]:disabled:not(:checked)::before,
input[type=radio]:disabled:not(:checked)::before {
content: "";
transform: scale(0);
cursor: not-allowed;
pointer-events: none;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
--form-control-color: #959495;
@ -23796,7 +23809,7 @@ input[type=radio]:disabled {
cursor: not-allowed;
pointer-events: none;
}
/** Radio style to replace iCheck **/
/** Radio styles to replace iCheck **/
input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
@ -23839,6 +23852,9 @@ input[type="radio"]:checked::before {
grid-template-columns: 0.1em auto;
gap: 1.5em;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/
/** --------------------------------------- **/
.select2-container {
@ -24928,7 +24944,7 @@ th.css-accessory > .th-inner::before {
white-space: nowrap;
text-overflow: ellipsis;
}
/** form-stuff overrides for checkboxes and stuff **/
/** Form-stuff overrides for checkboxes and stuff **/
.form-control--disabled {
color: #959495;
pointer-events: none;
@ -24942,7 +24958,9 @@ label.form-control {
border: 0px;
padding-left: 0px;
}
/** Checkbox style to replace iCheck **/
/** --------------------------------------- **/
/** Start checkbox styles to replace iCheck **/
/** --------------------------------------- **/
input[type="checkbox"] {
/* Add if not using autoprefixer */
-webkit-appearance: none;
@ -24963,6 +24981,7 @@ input[type="checkbox"] {
place-content: center;
/*Windows High Contrast Mode*/
}
/** This sets the display of a checkbox, and what the "fill" checkmark should look like */
input[type="checkbox"]::before {
/** If you want to use the non-checkbox, filled square, use this instead **/
content: "";
@ -24977,9 +24996,11 @@ input[type="checkbox"]::before {
/* Windows High Contrast Mode */
background-color: CanvasText;
}
/** This sets the size of the scale up for the shape we defined above **/
input[type="checkbox"]:checked::before {
transform: scale(1);
}
/** This sets the scale of the DISABLED but CHECKED checkbox */
input[type=checkbox]:disabled::before,
input[type=radio]:disabled::before {
content: "";
@ -24988,6 +25009,14 @@ input[type=radio]:disabled::before {
transform: scale(1);
box-shadow: inset 1em 1em #959495;
}
/* This sets the scale and style of a DISABLED checkbox that is NOT checked */
input[type=checkbox]:disabled:not(:checked)::before,
input[type=radio]:disabled:not(:checked)::before {
content: "";
transform: scale(0);
cursor: not-allowed;
pointer-events: none;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
--form-control-color: #959495;
@ -24995,7 +25024,7 @@ input[type=radio]:disabled {
cursor: not-allowed;
pointer-events: none;
}
/** Radio style to replace iCheck **/
/** Radio styles to replace iCheck **/
input[type="radio"] {
-webkit-appearance: none;
-moz-appearance: none;
@ -25038,4 +25067,7 @@ input[type="radio"]:checked::before {
grid-template-columns: 0.1em auto;
gap: 1.5em;
}
/** --------------------------------------- **/
/** End checkbox styles to replace iCheck **/
/** --------------------------------------- **/

View file

@ -1,8 +1,8 @@
{
"/js/build/app.js": "/js/build/app.js?id=28c6122bd878c92d1b8612ed7f9a6020",
"/css/dist/skins/skin-blue.css": "/css/dist/skins/skin-blue.css?id=f677207c6cf9678eb539abecb408c374",
"/css/build/overrides.css": "/css/build/overrides.css?id=12fbe7aae4e47816f9801b05c29bac60",
"/css/build/app.css": "/css/build/app.css?id=23375c4b64b7ccb3f5e092d5bab50d07",
"/css/build/overrides.css": "/css/build/overrides.css?id=f708c129c381065a7e0d8c63bd9d8ebb",
"/css/build/app.css": "/css/build/app.css?id=73217b79f6396708af25a68f304c249c",
"/css/build/AdminLTE.css": "/css/build/AdminLTE.css?id=dc383f8560a8d4adb51d44fb4043e03b",
"/css/dist/skins/skin-orange.css": "/css/dist/skins/skin-orange.css?id=6f0563e726c2fe4fab4026daaa5bfdf2",
"/css/dist/skins/skin-orange-dark.css": "/css/dist/skins/skin-orange-dark.css?id=f343f659ca1d45534d2c2c3cc30fb619",
@ -18,7 +18,7 @@
"/css/dist/skins/skin-green.css": "/css/dist/skins/skin-green.css?id=0a82a6ae6bb4e58fe62d162c4fb50397",
"/css/dist/skins/skin-contrast.css": "/css/dist/skins/skin-contrast.css?id=da6c7997d9de2f8329142399f0ce50da",
"/css/dist/skins/skin-red.css": "/css/dist/skins/skin-red.css?id=44bf834f2110504a793dadec132a5898",
"/css/dist/all.css": "/css/dist/all.css?id=89e57cb9fdbe2cfb43f54a13868134ce",
"/css/dist/all.css": "/css/dist/all.css?id=195c0f57b45ad108c271d71ae04b41b6",
"/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",
"/css/webfonts/fa-brands-400.ttf": "/css/webfonts/fa-brands-400.ttf?id=2df05d4beaa48550d71234e8dca79141",