mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 03:40:20 +00:00
feat(ui): Control UI polish — skills revamp, markdown preview, agent workspace, macOS config tree (#53411) thanks @BunsDev
Co-authored-by: BunsDev <68980965+BunsDev@users.noreply.github.com> Co-authored-by: Nova <nova@openknot.ai>
This commit is contained in:
@@ -103,8 +103,8 @@
|
||||
right: 8px;
|
||||
top: 50%;
|
||||
transform: translateY(-50%);
|
||||
width: 22px;
|
||||
height: 22px;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
border: none;
|
||||
border-radius: var(--radius-full);
|
||||
background: var(--bg-hover);
|
||||
@@ -869,6 +869,21 @@
|
||||
border: 1px solid rgba(239, 68, 68, 0.3);
|
||||
}
|
||||
|
||||
.cfg-field--error .cfg-input,
|
||||
.cfg-field--error .cfg-textarea,
|
||||
.cfg-field--error .cfg-select,
|
||||
.cfg-field--error .cfg-number {
|
||||
border-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.cfg-field--error .cfg-input:focus,
|
||||
.cfg-field--error .cfg-textarea:focus,
|
||||
.cfg-field--error .cfg-select:focus {
|
||||
border-color: var(--border);
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.cfg-field__label {
|
||||
font-size: 12.5px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user