aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-09-25 19:20:08 +0000
committervdigital <vdigital@piwigo.org>2008-09-25 19:20:08 +0000
commit3c4e16bf827249bd9c7d70eb1a8cb4c7846bb638 (patch)
tree6fe9469b73c9fb19b486acb6a43557b776e90429 /admin
parent1eb3d18ae24a221037a44d662439d50c74e6fe9f (diff)
Change cluetip colors to roma theme color-set.
git-svn-id: http://piwigo.org/svn/trunk@2589 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r--admin/template/goto/theme/roma/theme.css10
1 files changed, 10 insertions, 0 deletions
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; }