diff options
author | mistic100 <mistic@piwigo.org> | 2011-05-23 11:38:30 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2011-05-23 11:38:30 +0000 |
commit | 937aed04e68b5053e34a9364b4925b5f3cde08e7 (patch) | |
tree | c3ea452f8656c5cff16c36ac4ff1c4fd56cf151e /admin/themes/clear/theme.css | |
parent | cf1a7f6df7fb0b475dab583d73fb9e27b7316ef0 (diff) |
fix link's color in TipTip for clear admin
git-svn-id: http://piwigo.org/svn/trunk@11009 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/clear/theme.css')
-rw-r--r-- | admin/themes/clear/theme.css | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |