Jump to content

Customizing CSS of dojo widgets


nbt725

Recommended Posts

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

Link to comment
https://forums.phpfreaks.com/topic/169758-customizing-css-of-dojo-widgets/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.