From: Leo Koppelkamm Date: Tue, 3 May 2011 21:26:30 +0000 (+0000) Subject: r87345: Restore black link color X-Git-Tag: 1.31.0-rc.0~30427 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=ec1b18ef1a0af4819fdda2e6f400b9d1974e1986;p=lhc%2Fweb%2Fwiklou.git r87345: Restore black link color --- diff --git a/resources/jquery.ui/themes/vector/jquery.ui.theme.css b/resources/jquery.ui/themes/vector/jquery.ui.theme.css index 1d2e93f20a..3a5adde77e 100644 --- a/resources/jquery.ui/themes/vector/jquery.ui.theme.css +++ b/resources/jquery.ui/themes/vector/jquery.ui.theme.css @@ -14,6 +14,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: none; /* @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; line-height: 1em; /* @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; }