|
|
@@ -204,12 +204,12 @@ aside {
|
|
|
}
|
|
|
|
|
|
.el-button--primary {
|
|
|
- background: rgba(0, 140, 214, 1) !important;
|
|
|
+ background: rgba(0, 140, 214, 0.1) !important;
|
|
|
border-color: rgba(0, 140, 214,1) !important;
|
|
|
}
|
|
|
|
|
|
.el-button--primary:focus,
|
|
|
.el-button--primary:hover {
|
|
|
- background: rgba(0, 140, 214, 0.8) !important;
|
|
|
- border-color: rgba(0, 140, 214, 0.8) !important;
|
|
|
+ background: rgba(0, 140, 214, 1) !important;
|
|
|
+ border-color: rgba(0, 140, 214,1) !important;
|
|
|
}
|