20241229 - 버튼 포커스일때 테두리 점점점 제거

CSS


#SID_BTNINFO:focus {
   outline: 2px solid transparent;
   box-shadow: none;

댓글 없음:

댓글 쓰기

20250315 - 글로벌 변수 Global Variables

G_USER Specifies the currently logged in user. G_FLOW_ID Specifies the ID of the currently running application. G_FLOW_STEP_ID Specifi...