<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Hi Chris, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037121#M44419</link>
    <description>&lt;P&gt;Hi Chris,&lt;/P&gt;

&lt;P&gt;Thanks for the reply. I am using App Framework and I will test other frameworks soon. Can you please check the attached image and tell me what I am doing wrong? As you can see on the right, I created a custom style to change the background color of the button, but it does not work. On the left, I created Themes folder under projects folder and then created simplex.css file under it. But it does not come up inside Themes drop-down menu in Design Editor.&lt;/P&gt;

&lt;P&gt;Thanks for your help and time.&lt;/P&gt;

&lt;P&gt;Sey&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2015 19:08:29 GMT</pubDate>
    <dc:creator>Sey_T_</dc:creator>
    <dc:date>2015-10-28T19:08:29Z</dc:date>
    <item>
      <title>Style a button</title>
      <link>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037119#M44417</link>
      <description>&lt;P&gt;I am not sure if i should continue with Intel XDK. I seems to have many bugs. I know I am new but I can't even do simple things like changing colors. Can someone explain me how to change color, font, background color of a GO button? I know there are many ways. First, i used Design Editor: I chose the button and created a custom style since none of the predefined options offer background color change of a button. so i added this custom style:&lt;/P&gt;

&lt;P&gt;.color {&lt;BR /&gt;
	&amp;nbsp; color: red;&lt;BR /&gt;
	&amp;nbsp; background-color:green;&lt;BR /&gt;
	}&lt;/P&gt;

&lt;P&gt;nothing changed.&lt;/P&gt;

&lt;P&gt;Then, I opened index.html file and added this to button: style="background-color:red"&lt;/P&gt;

&lt;P&gt;nothing changed. I tried to add CSS files. nothing changed. I also relaized that CSS files' location is different than in index.html .&amp;lt;link rel="stylesheet" href="css/app.css"&amp;gt; but mu app.css is &amp;nbsp;css/index/app.css by defualt.&lt;/P&gt;

&lt;P&gt;Also, lets say one of these of options let me changed the background color of a button, then which one overpowers the other. What if I changed the background color both is app.css, index.html and by creating a custom style in Design Editor, then which one would show?&lt;/P&gt;

&lt;P&gt;Thanks. I hope someone will help me.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 09:36:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037119#M44417</guid>
      <dc:creator>Sey_T_</dc:creator>
      <dc:date>2015-10-28T09:36:28Z</dc:date>
    </item>
    <item>
      <title>Which UI Framework are you</title>
      <link>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037120#M44418</link>
      <description>&lt;P&gt;Which UI Framework are you using? &amp;nbsp;The UI Frameworks provide the base CSS for anything like a button and the inheritance rules you'll have to negotiate are determined by them. This isn't a bug in the XDK, it is simply the perils of working with a code base with which you may not be fully familiar.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Some of the frameworks (like jQueryMobile ) don't even use the DOM nodes that are in the HTML - they use JavaScript to create entirely new nodes. In the case of JQM, if you want to style things like buttons, you need to use a theme roller and then leverage that theme.&lt;/P&gt;

&lt;P&gt;As a test, I made two different .html files in my project, one using Twitter Bootstrap and one using jQueryMobile. With Bootstrap I had no problem changing the background color as you first described: I made a new custom style, put background-color:green; in it and saved it. &amp;nbsp;Button turned green immediately. &amp;nbsp;But in a second file I tried jQueryMobile and there the style was not taken. &amp;nbsp;For JQM try&amp;nbsp;https://themeroller.jquerymobile.com/&amp;nbsp;&lt;/P&gt;

&lt;P&gt;For the other frameworks, consult the docs for the framework.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 16:46:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037120#M44418</guid>
      <dc:creator>Chris_P_Intel</dc:creator>
      <dc:date>2015-10-28T16:46:33Z</dc:date>
    </item>
    <item>
      <title>Hi Chris,</title>
      <link>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037121#M44419</link>
      <description>&lt;P&gt;Hi Chris,&lt;/P&gt;

&lt;P&gt;Thanks for the reply. I am using App Framework and I will test other frameworks soon. Can you please check the attached image and tell me what I am doing wrong? As you can see on the right, I created a custom style to change the background color of the button, but it does not work. On the left, I created Themes folder under projects folder and then created simplex.css file under it. But it does not come up inside Themes drop-down menu in Design Editor.&lt;/P&gt;

&lt;P&gt;Thanks for your help and time.&lt;/P&gt;

&lt;P&gt;Sey&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2015 19:08:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037121#M44419</guid>
      <dc:creator>Sey_T_</dc:creator>
      <dc:date>2015-10-28T19:08:29Z</dc:date>
    </item>
    <item>
      <title>btw, I tried to change</title>
      <link>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037122#M44420</link>
      <description>&lt;P&gt;btw, I tried to change background color of button in Bootstrap, it works!!&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 01:25:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037122#M44420</guid>
      <dc:creator>Sey_T_</dc:creator>
      <dc:date>2015-10-29T01:25:18Z</dc:date>
    </item>
    <item>
      <title>For two days now I have not</title>
      <link>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037123#M44421</link>
      <description>&lt;P&gt;For two days now I have not been able to use the hover pseudo on css. what am I doing wrong. AM using Intel XDK. Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2017 21:39:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Style-a-button/m-p/1037123#M44421</guid>
      <dc:creator>Ndifor__Awemu</dc:creator>
      <dc:date>2017-11-17T21:39:56Z</dc:date>
    </item>
  </channel>
</rss>

