diff --git a/css/gridfieldtest.css b/css/gridfieldtest.css index 94fb67c..fa8a0aa 100644 --- a/css/gridfieldtest.css +++ b/css/gridfieldtest.css @@ -1,12 +1,13 @@ table.ss-gridfield { - box-shadow: none; + box-shadow: none; padding: 0; - margin: 20px 0 0 0; - border-collapse: separate; + margin: 20px 0 0; + border-collapse: separate; border-bottom: 0 none; border-left: 1px solid #929292; border-right: 1px solid #929292; } + .ss-gridfield thead th { background: #424242; padding: 5px; @@ -29,19 +30,19 @@ table.ss-gridfield { .ss-gridfield thead th.extra.last div{ display:inline-block; - + } .ss-gridfield thead th button { color: #eee; - border: none; + border: 0; background: none; margin: 0 0 0 2px; padding: 0; width: auto; text-shadow: none; font-size: 14px; - font-family: Arial, Helvetica, sans-serif; + font-family: "Arial", "Helvetica", sans-serif; } .ss-gridfield thead th.extra.last button { diff --git a/package.json b/package.json index ab59fae..f58856d 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "lock": "npm-shrinkwrap --dev", "test": "NODE_PATH=\"./client/src\" jest", "coverage": "NODE_PATH=\"./client/src\" jest --coverage", - "lint": "eslint client/src && stylelint css/*" + "lint": "eslint client/src && stylelint css" }, "jest": { "scriptPreprocessor": "/node_modules/babel-jest",