瀏覽代碼

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;