Changeset 2589


Ignore:
Timestamp:
Sep 25, 2008, 9:20:08 PM (16 years ago)
Author:
vdigital
Message:

Change cluetip colors to roma theme color-set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/template/goto/theme/roma/theme.css

    r2574 r2589  
    143143#menubar ul { color: #333; margin:10px 0pt 3px 9px;
    144144  list-style-type: square; list-style-position: inside; padding: 0 0 0 2px; }
     145/* jQuery tooltips */
     146.cluetip-default #cluetip-outer {
     147  border-color: #666;
     148  color: #666;
     149  background-color: #222;
     150}
     151.cluetip-default h3#cluetip-title {
     152  color: #ff3363;
     153  background-color: #111;
     154}
    145155/* hacks */
    146156html>body #menubar {min-height:477px; height:477px;} /* IE 7 and modern browsers */
Note: See TracChangeset for help on using the changeset viewer.