소스 검색

Fixed outline issue on textarea in google chrome browser.

Sander Mathijs van Veen 14 년 전
부모
커밋
116156326a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/frontend/css/editor.css

+ 1 - 0
src/frontend/css/editor.css

@@ -44,6 +44,7 @@ body {
     height: 388px;
     overflow-y: visible;
     font: 16px/24px Verdana, Arial, sans;
+    outline: 0;
 }
 
 .box {