From 3c4e16bf827249bd9c7d70eb1a8cb4c7846bb638 Mon Sep 17 00:00:00 2001 From: vdigital Date: Thu, 25 Sep 2008 19:20:08 +0000 Subject: Change cluetip colors to roma theme color-set. git-svn-id: http://piwigo.org/svn/trunk@2589 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/theme/roma/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'admin/template/goto') diff --git a/admin/template/goto/theme/roma/theme.css b/admin/template/goto/theme/roma/theme.css index 48a2d9382..b916c92ca 100644 --- a/admin/template/goto/theme/roma/theme.css +++ b/admin/template/goto/theme/roma/theme.css @@ -142,6 +142,16 @@ color: #F70; border-bottom: 1px dotted #F70;} #menubar li.external:hover { list-style-image:url(images/external_active.png); } #menubar ul { color: #333; margin:10px 0pt 3px 9px; list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; } +/* jQuery tooltips */ +.cluetip-default #cluetip-outer { + border-color: #666; + color: #666; + background-color: #222; +} +.cluetip-default h3#cluetip-title { + color: #ff3363; + background-color: #111; +} /* hacks */ html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */ *+html .bigtext { left: 65px; } -- cgit v1.2.3