diff --git a/fuintAdmin/src/assets/styles/btn.scss b/fuintAdmin/src/assets/styles/btn.scss index 9b122fda0..d854b658f 100644 --- a/fuintAdmin/src/assets/styles/btn.scss +++ b/fuintAdmin/src/assets/styles/btn.scss @@ -99,13 +99,16 @@ } .el-button--warning{ background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + color: white !important; border: 0px !important; } .el-button--primary{ background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + color: white !important; border: 0px !important; } .el-button--success{ background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + color: white !important; border: 0px !important; } diff --git a/fuintAdmin_zt/package.json b/fuintAdmin_zt/package.json index e25ab30b5..76f6631bd 100644 --- a/fuintAdmin_zt/package.json +++ b/fuintAdmin_zt/package.json @@ -17,7 +17,6 @@ "pre-commit": "lint-staged" } }, - "lint-staged": { "src/**/*.{js,vue}": [ "eslint --fix", diff --git a/fuintAdmin_zt/src/assets/styles/btn.scss b/fuintAdmin_zt/src/assets/styles/btn.scss index 92326cc14..dc76d7f1a 100644 --- a/fuintAdmin_zt/src/assets/styles/btn.scss +++ b/fuintAdmin_zt/src/assets/styles/btn.scss @@ -101,15 +101,18 @@ .el-button--warning{ color: white !important; background: linear-gradient( 90deg, #409EFF 0%, #409EFF 100%) !important; + color: white !important; border: 0px !important; } .el-button--primary{ color: white !important; background: linear-gradient( 90deg, #FF8646 0%, #FFA360 100%) !important; + color: white !important; border: 0px !important; } .el-button--success{ background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; + color: white !important; border: 0px !important; } .el-button--text{ diff --git a/fuintCashierWeb/src/assets/styles/btn.scss b/fuintCashierWeb/src/assets/styles/btn.scss index 7c5e54698..a46937d33 100644 --- a/fuintCashierWeb/src/assets/styles/btn.scss +++ b/fuintCashierWeb/src/assets/styles/btn.scss @@ -108,6 +108,7 @@ border: 0px !important; } .el-button--success{ + color: white !important; background: linear-gradient( 90deg, #0DC291 0%, #0DC291 100%) !important; border: 0px !important; }