mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
13 lines
385 B
Text
13 lines
385 B
Text
<bindings xmlns="http://www.mozilla.org/xbl">
|
|
<binding id="lime">
|
|
<content>
|
|
<children/>
|
|
<g xmlns="http://www.w3.org/2000/svg">
|
|
<linearGradient id="grad" gradientUnits="userSpaceOnUse">
|
|
<stop stop-color="lime"/>
|
|
</linearGradient>
|
|
<rect width="100%" height="100%" fill="url(#grad)"/>
|
|
</g>
|
|
</content>
|
|
</binding>
|
|
</bindings>
|