diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 7c34b69..941aa47 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -23,16 +23,19 @@ html.dark { background-color: #191E32; } .lf-graph{ - background: transparent; + background: #222B45; } .el-table__header th{ background-color: #222B45 !important; } .el-table tr{ - background-color: #313C5D !important; + background-color: #131626 !important; } .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{ - background-color: #44527B !important; + background-color: #1D223B !important; + } + .el-divider__text{ + background-color: transparent !important; } } diff --git a/src/views/connection/edit.vue b/src/views/connection/edit.vue index 9e3e06e..183ebfa 100644 --- a/src/views/connection/edit.vue +++ b/src/views/connection/edit.vue @@ -50,8 +50,8 @@ -
- +
+
@@ -120,6 +120,7 @@