EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: Aod47 on February 01, 2020, 06:59:24 PM



Title: How to change tooltip background color
Post by: Aod47 on February 01, 2020, 06:59:24 PM
I tried to change in file easyui.css & tooltip.css But it does not work.

Code:
.tooltip {
  background-color: #ffffcc;
  border-color: #ffffcc;
  color: #000000;
}


Title: Re: How to change tooltip background color
Post by: Aod47 on February 01, 2020, 07:14:25 PM
OK. I got it.  ;D

Just clear browser cache.