|
@@ -805,18 +805,19 @@ export default {
|
|
|
background: #3f9eff !important;
|
|
|
border-color: #3f9eff !important;
|
|
|
}
|
|
|
-.special-button .el-button--info.is-plain:hover {
|
|
|
- background: #3f9eff !important;
|
|
|
- border-color: #3f9eff !important;
|
|
|
+.layout_header .el-button--info.is-plain:focus {
|
|
|
+ background-color: white;
|
|
|
+ color: #606266;
|
|
|
+ border-color: #d3d4d6;
|
|
|
}
|
|
|
|
|
|
.special-button .el-button--info.is-plain {
|
|
|
background: white !important;
|
|
|
}
|
|
|
-
|
|
|
.special-button .el-button--info.is-plain:focus{
|
|
|
- background: #3f9eff !important;
|
|
|
- border-color: #3f9eff !important;
|
|
|
+ background-color: white;
|
|
|
+ color: #606266;
|
|
|
+ border-color: #d3d4d6;
|
|
|
}
|
|
|
|
|
|
.el-message-box__status::before {
|