From b9d6456cb8ebf63244ca2fe1a48fafac0fbe543f Mon Sep 17 00:00:00 2001 From: Fomafix Date: Sat, 12 Jul 2014 17:12:11 +0000 Subject: [PATCH] jquery.ui.theme.css: Visible links in dialogs Test case: $('
Examples: unvisited link, visited link
').dialog({title:'Examples: unvisited link, visited link'}) Bug: 67851 Change-Id: I2280c87beb423d8b0ec53ffac53cd4cc5577a53c --- resources/src/jquery.ui-themes/vector/jquery.ui.theme.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/resources/src/jquery.ui-themes/vector/jquery.ui.theme.css b/resources/src/jquery.ui-themes/vector/jquery.ui.theme.css index 8f46645fba..6bde5d3e9b 100644 --- a/resources/src/jquery.ui-themes/vector/jquery.ui.theme.css +++ b/resources/src/jquery.ui-themes/vector/jquery.ui.theme.css @@ -14,9 +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: 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-bottom: 1px solid #bbbbbb; 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; } /* Interaction states ----------------------------------*/ -- 2.20.1