-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3ed3048
commit 15cced6
Showing
117 changed files
with
29,441 additions
and
22,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -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; | ||
|
@@ -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; | ||
|
@@ -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, | ||
|
@@ -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 { | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.