mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-09-13 02:54:26 +08:00
fix: 修复设置页页眉回弹和状态色辨识度 #281
- 在侧栏布局滚动容器统一阻止纵向 overscroll - 拆分状态指示色与成功文本色,提升在线状态辨识度 - 统一连接、运行及键盘 LED 等状态点样式
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
--destructive-foreground: oklch(98.48% 0 0);
|
||||
--success: oklch(52.7% 0.154 150.07);
|
||||
--success-foreground: oklch(98.48% 0 0);
|
||||
/* Compact state indicators need stronger luminance separation than success text. */
|
||||
--status-active: oklch(72.3% 0.219 149.58);
|
||||
--warning: oklch(55.4% 0.135 66.44);
|
||||
--warning-foreground: oklch(98.48% 0 0);
|
||||
--info: oklch(54.6% 0.245 262.88);
|
||||
@@ -111,6 +113,7 @@
|
||||
--color-destructive-foreground: var(--destructive-foreground);
|
||||
--color-success: var(--success);
|
||||
--color-success-foreground: var(--success-foreground);
|
||||
--color-status-active: var(--status-active);
|
||||
--color-warning: var(--warning);
|
||||
--color-warning-foreground: var(--warning-foreground);
|
||||
--color-info: var(--info);
|
||||
|
||||
Reference in New Issue
Block a user