Skip to content

Commit

Permalink
XSLTForms 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
AlainCouthures committed Feb 8, 2022
1 parent 3ed3048 commit 15cced6
Show file tree
Hide file tree
Showing 117 changed files with 29,441 additions and 22,602 deletions.
12 changes: 7 additions & 5 deletions build/css/xsltforms.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
XSLTForms 1.5.6 (662)
XSLTForms 1.6 (663)
XForms 1.1+ Engine
Copyright (C) 2021 agenceXML - Alain Couthures
Copyright (C) 2022 agenceXML - Alain Couthures
Contact at : [email protected]
This library is free software; you can redistribute it and/or
Expand Down Expand Up @@ -105,7 +105,7 @@ xforms-label:hover + xforms-help[xf-appearance="minimal"]:not([href]) {
color: #000;
text-align: center;
background-color: #f8f8f8;
background-image: url(../img/titleBackground.png);
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAYAAAA/tpB3AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gUBDAgfNCTDHgAAAFlJREFUeNpVjskRgDAMA5WVof+6oAbaMMcnPCAJ/OTZlcZa1q1yHJfI3MWep8i83lSrhD0JWwIQtgWfs4iIeIFdGoiWoHxl22IOtalHpss/MHUwumMvIp5fbsP7FTL17XHsAAAAAElFTkSuQmCC');
}
.xsltforms-calendar .xsltforms-calendar-title input {
width: 3em;
Expand All @@ -126,7 +126,7 @@ xforms-label:hover + xforms-help[xf-appearance="minimal"]:not([href]) {
background: #f0f0f0;
}
.xsltforms-calendar .xsltforms-calendar-names {
background-image: url(../img/thBackground.png);
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAUCAIAAADDbMD2AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH1gUBDAcldbAGYwAAAENJREFUeNoFwQESgCAIAEE6C2ym//+0SRClXcnchCfuwfBF+GLEZoxgzuR7hczkYGPWsH5idmG9oao894GqyoySqvoBAwEj81+5NlEAAAAASUVORK5CYII=');
}
.xsltforms-calendar .xsltforms-calendar-name {
border-bottom: 1px solid #000;
Expand Down Expand Up @@ -281,13 +281,15 @@ xforms-component,
xforms-delete,
xforms-dialog,
xforms-dispatch,
xforms-filename,
xforms-group,
xforms-hide,
xforms-input,
xforms-insert,
xforms-instance,
xforms-itext,
xforms-load,
xforms-mediatype,
xforms-message,
xforms-model,
xforms-options,
Expand Down Expand Up @@ -483,7 +485,7 @@ xforms-range-cursor {
width: 17px;
height: 17px;
position: absolute;
background-image:url('../img/ball.png');
background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAYAAAA7bUf6AAAAAXNSR0IArs4c6QAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAOwwAADsMBx2+oZAAAAAd0SU1FB9wEBhMoKuFF9b0AAAB0SURBVDjL3ZRRDsAgCEMp2bU4PQfrvkwYQzMNX+uv8izEApJSCcDrgCSqu9es2N2n4AxDdAKAVXGWmT1AugsYLmO7uguoQCoNgohsu8jzaXHyNwhJmNnxUEmir50TN/Hra0zoV1DODvIqWKV4PLJM8ek+uQGc+lDIra5tbwAAAABJRU5ErkJggg==');
outline-style: none;
}
xforms-input[xf-bound][xf-required]:not([xf-invalid]) > xforms-label::after {
Expand Down
1 change: 1 addition & 0 deletions build/css/xsltforms.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 15cced6

Please sign in to comment.