Advertisement
ianharrigan

Untitled

Dec 28th, 2015
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.29 KB | None | 0 0
  1.     <themes>
  2.         <global>
  3.             <style resource="haxeui-core/styles/global.css" />
  4.         </global>
  5.         <default>
  6.             <style resource="haxeui-core/styles/default/main.css" />
  7.         </default>
  8.         <native parent="default">
  9.             <style>
  10.                 * {
  11.                     native: true;
  12.                 }
  13.             </style>
  14.         </native>
  15.     </themes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement