Преглед изворни кода

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 {