alert 함수 대체 fancyalert 함수 추가
This commit is contained in:
@ -81,4 +81,8 @@
|
||||
|
||||
/* 로딩안내 레이어 */
|
||||
#loading_message {position:absolute;top:0;left:0;z-index:10000;background-color:#eee;opacity:0.5}
|
||||
#loading_message img {position:relative;opacity:1.0}
|
||||
#loading_message img {position:relative;opacity:1.0}
|
||||
|
||||
/* 알림 box */
|
||||
#fancyalert {position:absolute;top:0;left:0;z-index:10000;background-color:#000;opacity: 0.5}
|
||||
#fancyalert td { color:#fff;text-align: center;opacity:1.0}
|
||||
Reference in New Issue
Block a user