소스 검색

Merge pull request #1549 from weseek/fix-/table-editor-tool-scss-import-data

 [Fix] table editor tool scss import-data-button
Yuki Takei 6 년 전
부모
커밋
25e0a0ae07
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/client/styles/scss/_handsontable.scss

+ 2 - 1
src/client/styles/scss/_handsontable.scss

@@ -42,7 +42,8 @@
   }
 
   .data-import-form {
-    background-color: #f8f8f8;
+    color: $headingtext;
+    background-color: $navbar-default-bg;
 
     .btn + .btn {
       margin-left: 5px;