diff --git a/skinStyles/jquery.ui/PATCHES b/skinStyles/jquery.ui/PATCHES index 0f2a008c8..85f663ed3 100644 --- a/skinStyles/jquery.ui/PATCHES +++ b/skinStyles/jquery.ui/PATCHES @@ -16,8 +16,10 @@ jquery.ui.theme.css * Change font-size from 1.0em to 0.8em. * Join ".ui-icon", ".ui-widget-content .ui-icon" and ".ui-widget-header .ui-icon" rules to optimise image embedding. +* Removed ".ui-widget-content a { color: #362b36; }" and + ".ui-widget-header a { color: #222222; }" due to bug T85857. images: * Add close.png and titlebar-fade.png (used in customizations for jquery.ui.dialog.css) -* Change chmod from 755 to 644. \ No newline at end of file +* Change chmod from 755 to 644. diff --git a/skinStyles/jquery.ui/jquery.ui.theme.css b/skinStyles/jquery.ui/jquery.ui.theme.css index 20d432f28..cccfe4b5e 100644 --- a/skinStyles/jquery.ui/jquery.ui.theme.css +++ b/skinStyles/jquery.ui/jquery.ui.theme.css @@ -18,9 +18,7 @@ .ui-widget .ui-widget { font-size: 1em; } .ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button { font-family: sans-serif; font-size: 1em; } .ui-widget-content { border: 1px solid #cccccc; /* @embed */ background: #f2f5f7 url("images/ui-bg_highlight-hard_100_f2f5f7_1x100.png") 50% top repeat-x; color: #362b36; } -.ui-widget-content a { color: #362b36; } .ui-widget-header { border: 1px solid #aed0ea; /* @embed */ background: #ffffff url("images/ui-bg_highlight-soft_100_ffffff_1x100.png") 50% 50% repeat-x; color: #222222; font-weight: bold; } -.ui-widget-header a { color: #222222; } /* Interaction states ----------------------------------*/