feat: add dashboard restart action and improve text button contrast
This commit is contained in:
@@ -362,6 +362,26 @@
|
||||
background: rgba(255,255,255,0.96) !important;
|
||||
}
|
||||
|
||||
.el-button--text {
|
||||
color: #334155 !important;
|
||||
font-weight: 600 !important;
|
||||
padding: 6px 10px !important;
|
||||
border-radius: 10px !important;
|
||||
background: rgba(248, 250, 252, 0.9) !important;
|
||||
border: 1px solid rgba(148, 163, 184, 0.14) !important;
|
||||
}
|
||||
|
||||
.el-button--text:hover,
|
||||
.el-button--text:focus {
|
||||
color: var(--primary) !important;
|
||||
background: rgba(99, 102, 241, 0.08) !important;
|
||||
border-color: rgba(99, 102, 241, 0.18) !important;
|
||||
}
|
||||
|
||||
.el-button--text [class*="el-icon-"] {
|
||||
color: inherit !important;
|
||||
}
|
||||
|
||||
.el-button--success,
|
||||
.el-button--warning,
|
||||
.el-button--danger,
|
||||
|
||||
Reference in New Issue
Block a user