.xdcs { outline:none } added.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7910 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
ChanMyeong 2010-11-26 05:22:16 +00:00
parent 6e9ae6cbcb
commit 450380a969

View file

@ -292,7 +292,7 @@ body{height:100%}
.xd .t2 .u6 .fr .lr .frAll{width:196px;margin:5px 0 0 0}
/* Edit */
.xd .edit{height:400px;overflow:auto;position:relative;z-index:2;*zoom:1;background:#fff;box-shadow:inset 0 0 3px #999;-moz-box-shadow:inset 0 0 3px #999;-webkit-box-shadow:inset 0 0 3px #999}
.xd .edit .xdcs{position:relative;overflow:hidden !important;padding:20px 25px;cursor:text}
.xd .edit .xdcs{position:relative;overflow:hidden !important;padding:20px 25px;cursor:text;outline:none}
.xd .edit .xdsc{border:0;padding:20px 25px;overflow:auto;background:transparent;font:12px "Courier New", Courier, monospace}
/* XD Layer Window */
.xdlw{display:none;position:absolute;top:50%;left:50%;z-index:1000;color:#000}