Browse Source

fix _handsontable.scss

KazuyaNagase 6 years ago
parent
commit
0b60152811
1 changed files with 2 additions and 1 deletions
  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;