From 937aed04e68b5053e34a9364b4925b5f3cde08e7 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Mon, 23 May 2011 11:38:30 +0000 Subject: fix link's color in TipTip for clear admin git-svn-id: http://piwigo.org/svn/trunk@11009 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/clear/theme.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'admin/themes/clear') diff --git a/admin/themes/clear/theme.css b/admin/themes/clear/theme.css index 8a8f7ccc2..4967ba94d 100644 --- a/admin/themes/clear/theme.css +++ b/admin/themes/clear/theme.css @@ -185,6 +185,8 @@ position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; } .ui-resizable { position: relative; } .ui-wrapper { border: 0; } .ui-wrapper input, .ui-wrapper textarea { border: 0; } +/* jQuery tiptip */ +#tiptip_holder a { color:#42B0FF; } /* Global handle styles */ .ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; } -- cgit v1.2.3