jquery-ui: Remove dark color from links inside dialogs

This patch fixes the problem by removing the following
from jquery.ui.theme.css:

 .ui-widget-content a { color: #362b36; }
 .ui-widget-header a { color: #222222; }

Bug: T85857
Change-Id: I0fbca3aca8e0d40c794dd1e20d4d8c4fdfd79aa1
This commit is contained in:
paladox 2015-01-03 22:42:20 +01:00 committed by Timo Tijhof
parent f781f094d4
commit a16d29f8a8
2 changed files with 3 additions and 3 deletions

View File

@ -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.
* Change chmod from 755 to 644.

View File

@ -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
----------------------------------*/