TIL: jQuery dialogs – button and title font size
There are many solutions in StackOverflow and jQuery Forums for changing the font size in a jQuery dialog panel. Unless you do something about it, the buttons and title appear much too large for most tastes.
I tried five ideas from answers given (there are many more) but only one worked for me – I put this in my css file:
.ui-dialog .ui-dialog-titlebar, .ui-dialog .ui-dialog-buttonpane
The other four may have been applicable in past versions, or perhaps it’s something in my environment.
Roy
Sorry, the comment form is closed at this time.