diff options
-rw-r--r-- | admin/template/goto/theme/roma/theme.css | 10 |
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; } |