소스 검색

add default background color in the annotation editor

Gildas 5 년 전
부모
커밋
6f0d5d9016
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      extension/ui/pages/editor.css

+ 1 - 0
extension/ui/pages/editor.css

@@ -70,6 +70,7 @@ img[type=button].cut-disabled:hover,
 }
 
 .editor {
+    background-color: white;
     flex: auto;
     border: none;
     border-top-width: 1px;