Change cluetip colors to roma theme color-set.

git-svn-id: http://piwigo.org/svn/trunk@2589 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-09-25 19:20:08 +00:00
parent 1eb3d18ae2
commit 3c4e16bf82
+10
View File
@@ -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; }