Specify a value, either absolute (such as 7px) or relative (such as 80% or .9em)
On Jan 31, 5:37 pm, apple <quye...@yahoo.com> wrote: > Hi, > > I would like to change the tooltip style: making the font smaller with > a different color ; I tried changing the tooltip.css but it seems not > to work... > > #tooltip { > position: absolute; > z-index: 3000; > background-color: #eee; > padding: 5px; > font-size:small; <----- > opacity: 0.85; > > } > > Please advice. > > Thanks in advance