wiki.techinc.nl/resources/lib/codex/modules/CdxLookup.css
Roan Kattouw eafe1d0b09 Update Codex from 1.3.4 to 1.3.5
Bug: T360336
Bug: T334790
Bug: T358031
Bug: T358032
Bug: T358827
Bug: T359074
Bug: T359148
Bug: T359550
Change-Id: Ic43e6370f321a9623261cf21784a29e9c5ccb6f4
2024-03-19 19:27:35 +00:00

1 line
597 B
CSS

.cdx-lookup{position:relative;box-sizing:border-box;vertical-align:middle}.cdx-lookup--pending .cdx-text-input .cdx-text-input__input{background-color:#eaecf0;background-image:linear-gradient(135deg,#fff 25%,transparent 25%,transparent 50%,#fff 50%,#fff 75%,transparent 75%,transparent);background-size:1.25em 1.25em;animation-name:cdx-animation-pending-stripes;animation-duration:.65s;animation-timing-function:linear;animation-iteration-count:infinite}@keyframes cdx-animation-pending-stripes{0%{background-position:-1.25em 0}to{background-position:0 0}}.cdx-dialog .cdx-lookup{position:static}