chore: 自定义success按钮样式
This commit is contained in:
@@ -100,3 +100,27 @@ vxe表格loading 只加载表格 不加载上面的表单
|
||||
.vxe-grid.is--loading::before {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
/**
|
||||
自定义success按钮样式
|
||||
ghost按钮专用!
|
||||
*/
|
||||
.btn-success {
|
||||
color: hsl(var(--success)) !important;
|
||||
border-color: hsl(var(--success)) !important;
|
||||
}
|
||||
|
||||
.btn-success:hover {
|
||||
color: hsl(var(--success) / 50%) !important;
|
||||
border-color: hsl(var(--success) / 50%) !important;
|
||||
}
|
||||
|
||||
html.dark button[disabled].btn-success {
|
||||
color: rgb(242 242 242 / 25%) !important;
|
||||
border-color: hsl(240deg 3.7% 22%) !important;
|
||||
}
|
||||
|
||||
button[disabled].btn-success {
|
||||
color: rgb(50 54 57 / 25%) !important;
|
||||
border-color: hsl(240deg 5.9% 90%) !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user