-
2 May 2012 12:04 PM #1
Ext button issue (minor one)
Ext button issue (minor one)
Hello,
I have a question concerning “Ext.button” look. I am building an app that requires printing and downloading functionality. In the button configuration I have added “href”. When I am adding such attribute the button’s look is changing (white background!). I don’t want it at all. I want the button to have the “default Ext looking”. You can see what I mean if you follow: http://www.ext.olivagreca.com/index.cfm . Is there any solution?
Thank you in advance!
Tom,
Greece
-
2 May 2012 1:38 PM #2
It is because you have unspecific css in your index.cfm
Be more specific with your css and it will resolve the issue.PHP Code:a:link { color: #666; text-decoration: none; background: #FFFFFF; }
-
2 May 2012 9:43 PM #3
Thank you Tim,
That was the solution!


Reply With Quote