diff --git a/src/App.vue b/src/App.vue index c1123d0..056cdba 100644 --- a/src/App.vue +++ b/src/App.vue @@ -29,27 +29,42 @@ import Sidebar from "./components/Sidebar.vue"; -moz-osx-font-smoothing: grayscale; text-align: center; color: #2c3e50; - margin-top: 60px; height: 100vh; overflow-y: hidden; } - +.handsontable th { + border-right: 0px !important; + border-left: 0px !important; + border-top: 1px white !important; + border-bottom: 1px white !important; + line-height: 0 !important; + vertical-align: middle !important; + text-align: left !important; + min-width: 10px !important; + width: 20px !important; +} .handsontable td { border-right: 0px !important; border-left: 0px !important; border-top: 1px white !important; border-bottom: 1px white !important; background-color: #F7F7F7 !important; + vertical-align: middle !important; } - .handsontable tr { border-radius: 10px !important; } +.handsontable .changeType { + margin: 0px !important; + border:0px !important; + float: none !important; +}