nbt725 Posted August 11, 2009 Share Posted August 11, 2009 Hello ! I am using dojo 1.3.2 and want to customize following. a) How to do which class to override for which widget. I did try following, it worked for button but did not for my validation textbox. .dijitButton .dijitButtonNode { background: yellow; } .dijitReset{ background: yellow; } If I put .dijitTextBox it at all not works. Putting .dijitReset did strange it changes background to all widgets but 90% background of the control's background is changed but 10% keeps as it is - transparent. b) Also If I change size of button as below, it changes the size for even combobox arrow button, rich text editor buttons also. dijitButton .dijitButtonNode { background: yellow; width: 90px; } So Please help me know which one to override for which widget. Thanks in Advance, Nbt Quote Link to comment https://forums.phpfreaks.com/topic/169758-customizing-css-of-dojo-widgets/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.