오라클 드라이버를 명시적으로 삭제.
[Tadpole.git] / targetProject / addons / readme.txt
blob6bb0bf84532f2e986e02cb665ab47e956d1e0730
1 org.eclipse.rap.design.example_2.3.0.20140520-1219.jar modifyed.
2 tooltip align is left sort.
4 org.eclipse.rap.design.example 의 business.css 의 text-align을 center에서 left로 바꾸었습니다.
5 백그라이드 색과 기타 잘잘한 코드가 수정되었다.
7 Widget-ToolTip {
8   padding: 1px 3px 2px 3px;
9   background-color: #201f1b;
10   background-image: none;
11   border: none;
12   border-radius: 1px;
13   font: 12px Verdana, "Lucida Sans", Arial, Helvetica, sans-serif;
14   color: #e0e0e0;
15   opacity: 0.9;
16   animation: fadeIn 200ms linear, fadeOut 600ms ease-out;
17   box-shadow: none;
18   text-align: left;