taitems / Aristo-jQuery-UI-Theme

The "Aristo" theme for Cappuccino ported to a jQuery UI Theme

Home Page:http://taitems.github.com/Aristo-jQuery-UI-Theme/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button inside a Dialog widget switches icon on hover

MLukman opened this issue · comments

This is due to styling scoping of line 406 of CSS:

.ui-dialog .ui-state-hover span { background-position: -16px -16px ; }

Should be changed to:

.ui-dialog .ui-dialog-titlebar-close.ui-state-hover span { background-position: -16px -16px ; }